diff --git a/tests/fixtures/dbt/sushi_test/dbt_packages/my_macros b/tests/fixtures/dbt/sushi_test/dbt_packages/my_macros new file mode 120000 index 0000000000..2ae38584fa --- /dev/null +++ b/tests/fixtures/dbt/sushi_test/dbt_packages/my_macros @@ -0,0 +1 @@ +../packages/my_macros \ No newline at end of file diff --git a/tests/fixtures/dbt/sushi_test/dbt_packages/my_package b/tests/fixtures/dbt/sushi_test/dbt_packages/my_package new file mode 120000 index 0000000000..4895fb5b24 --- /dev/null +++ b/tests/fixtures/dbt/sushi_test/dbt_packages/my_package @@ -0,0 +1 @@ +../packages/my_package \ No newline at end of file diff --git a/tests/fixtures/dbt/sushi_test/packages.yml b/tests/fixtures/dbt/sushi_test/packages.yml index 34cb31e0a6..a094dea1af 100644 --- a/tests/fixtures/dbt/sushi_test/packages.yml +++ b/tests/fixtures/dbt/sushi_test/packages.yml @@ -1,3 +1,4 @@ packages: - local: packages/customers - + - local: packages/my_macros + - local: packages/my_package diff --git a/tests/fixtures/dbt/sushi_test/dbt_packages/my_macros/dbt_project.yml b/tests/fixtures/dbt/sushi_test/packages/my_macros/dbt_project.yml similarity index 100% rename from tests/fixtures/dbt/sushi_test/dbt_packages/my_macros/dbt_project.yml rename to tests/fixtures/dbt/sushi_test/packages/my_macros/dbt_project.yml diff --git a/tests/fixtures/dbt/sushi_test/dbt_packages/my_macros/macros/log_value_alt.sql b/tests/fixtures/dbt/sushi_test/packages/my_macros/macros/log_value_alt.sql similarity index 100% rename from tests/fixtures/dbt/sushi_test/dbt_packages/my_macros/macros/log_value_alt.sql rename to tests/fixtures/dbt/sushi_test/packages/my_macros/macros/log_value_alt.sql diff --git a/tests/fixtures/dbt/sushi_test/dbt_packages/my_package/dbt_project.yml b/tests/fixtures/dbt/sushi_test/packages/my_package/dbt_project.yml similarity index 100% rename from tests/fixtures/dbt/sushi_test/dbt_packages/my_package/dbt_project.yml rename to tests/fixtures/dbt/sushi_test/packages/my_package/dbt_project.yml diff --git a/tests/fixtures/dbt/sushi_test/dbt_packages/my_package/models/dummy_model.sql b/tests/fixtures/dbt/sushi_test/packages/my_package/models/dummy_model.sql similarity index 100% rename from tests/fixtures/dbt/sushi_test/dbt_packages/my_package/models/dummy_model.sql rename to tests/fixtures/dbt/sushi_test/packages/my_package/models/dummy_model.sql