Skip to content

Commit d3559f9

Browse files
fix(dbt): align sushi_test packages.yml with dbt_packages for dbt 1.12 (#5911)
Signed-off-by: stuffbyyuki <kake.19940627@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 97d60cb commit d3559f9

7 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../packages/my_macros
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../packages/my_package
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
packages:
22
- local: packages/customers
3-
3+
- local: packages/my_macros
4+
- local: packages/my_package

tests/fixtures/dbt/sushi_test/dbt_packages/my_macros/dbt_project.yml renamed to tests/fixtures/dbt/sushi_test/packages/my_macros/dbt_project.yml

File renamed without changes.

tests/fixtures/dbt/sushi_test/dbt_packages/my_macros/macros/log_value_alt.sql renamed to tests/fixtures/dbt/sushi_test/packages/my_macros/macros/log_value_alt.sql

File renamed without changes.

tests/fixtures/dbt/sushi_test/dbt_packages/my_package/dbt_project.yml renamed to tests/fixtures/dbt/sushi_test/packages/my_package/dbt_project.yml

File renamed without changes.

tests/fixtures/dbt/sushi_test/dbt_packages/my_package/models/dummy_model.sql renamed to tests/fixtures/dbt/sushi_test/packages/my_package/models/dummy_model.sql

File renamed without changes.

0 commit comments

Comments
 (0)