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 4bf3c28 commit ae67216Copy full SHA for ae67216
docs/catalog.json
docs/manifest.json
integration_tests/dbt_project.yml
@@ -32,8 +32,8 @@ vars:
32
33
models:
34
jira:
35
- # +schema: "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}"
36
- +schema: "jira_{{ var('directed_schema','dev') }}"
+ +schema: "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}"
+ # +schema: "jira_{{ var('directed_schema','dev') }}"
37
38
seeds:
39
jira_integration_tests:
0 commit comments