Skip to content

Commit

Permalink
fix: Updated paths of macros - union and full_table_name (#306)
Browse files Browse the repository at this point in the history
* fix: Updated paths of macros - union and full_table_name

* Update dbt_project.yml

* Update dbt_project.yml

---------

Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
  • Loading branch information
ronsh12 and erezrokah authored Nov 30, 2023
1 parent f228d75 commit 8222a6e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-free/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ model-paths: ["models", "../models"]
analysis-paths: ["analyses"]
test-paths: ["tests"]
seed-paths: ["seeds"]
macro-paths: ["macros", "../macros"]
macro-paths: ["macros", "../macros", "../../macros"]
snapshot-paths: ["snapshots"]

clean-targets: # directories to be removed by `dbt clean`
Expand Down
2 changes: 1 addition & 1 deletion transformations/gcp/compliance-premium/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ model-paths: ["models", "../models"]
analysis-paths: ["analyses"]
test-paths: ["tests"]
seed-paths: ["seeds"]
macro-paths: ["macros", "../macros"]
macro-paths: ["macros", "../macros", "../../macros"]
snapshot-paths: ["snapshots"]

clean-targets: # directories to be removed by `dbt clean`
Expand Down
3 changes: 0 additions & 3 deletions transformations/gcp/macros/full_table_name.sql

This file was deleted.

7 changes: 0 additions & 7 deletions transformations/gcp/macros/union.sql

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 8222a6e

Please sign in to comment.