From e0b3ddcd30cd7bfc10bb42da32758d5eaeb17c43 Mon Sep 17 00:00:00 2001 From: jayanth-kumar-structuredlabs <165941509+jayanth-kumar-structuredlabs@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:29:45 +0530 Subject: [PATCH 1/2] Update dbt_project.yml --- jaffle_shop/dbt_project.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jaffle_shop/dbt_project.yml b/jaffle_shop/dbt_project.yml index 8da2df2..f02cf38 100644 --- a/jaffle_shop/dbt_project.yml +++ b/jaffle_shop/dbt_project.yml @@ -14,6 +14,9 @@ profile: 'jaffle_shop' model-paths: ["models"] analysis-paths: ["analyses"] test-paths: ["tests"] + + + seed-paths: ["seeds"] macro-paths: ["macros"] snapshot-paths: ["snapshots"] From 0c1ec812eace918be5a08a84ed9ca37b7df4e814 Mon Sep 17 00:00:00 2001 From: jayanth-kumar-structuredlabs <165941509+jayanth-kumar-structuredlabs@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:34:49 +0530 Subject: [PATCH 2/2] Update notes.md --- notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes.md b/notes.md index ac01a41..b1b1167 100644 --- a/notes.md +++ b/notes.md @@ -1,5 +1,8 @@ Setting up dbt + + + - used dbt-core, not dbt-cloud - warehouse (bigquery in this case) - structured-app-test - github repo - shivam-singhal/dbt-tutorial