From b48908b953ecb1b4de3e8decfe293bd8c0721d24 Mon Sep 17 00:00:00 2001 From: Alex Kan <29241719+akan72@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:05:07 -0500 Subject: [PATCH] Add pc_dbt_db.prod schema to sdf integrations --- workspace.sdf.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/workspace.sdf.yml b/workspace.sdf.yml index e63b0062..8ec2cfb1 100644 --- a/workspace.sdf.yml +++ b/workspace.sdf.yml @@ -9,4 +9,10 @@ workspace: dialect: snowflake catalog: PC_DBT_DB schema: PROD - + # This integrations block will be generated by the sdf dbt init command in future versions. + # For now registering every table in PC_DBT_DB.PROD with sdf + integrations: + - provider: snowflake + type: database + sources: + - pattern: PC_DBT_DB.PROD.*