We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d93eec commit 582a415Copy full SHA for 582a415
1 file changed
integration_tests/dbt_project.yml
@@ -20,8 +20,8 @@ vars:
20
github_team_identifier: "github_team_data"
21
github_user_identifier: "github_user_data"
22
23
-models:
24
- +schema: "github_{{ var('directed_schema','dev') }}"
+# models:
+# +schema: "github_{{ var('directed_schema','dev') }}"
25
26
seeds:
27
github_integration_tests:
@@ -62,4 +62,4 @@ seeds:
62
63
dispatch:
64
- macro_namespace: dbt_utils
65
- search_order: ['spark_utils', 'dbt_utils']
+ search_order: ['spark_utils', 'dbt_utils']
0 commit comments