We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb6439 commit ad38b2fCopy full SHA for ad38b2f
dabdbt/databricks.yml
@@ -36,6 +36,5 @@ targets:
36
mode: production
37
workspace:
38
host: https://adb-2533506717590470.10.azuredatabricks.net
39
- root_path: /Workspace/Shared/.bundle/${bundle.name}/${bundle.target}
40
variables:
41
sql_warehouse_id: 7a2b912f6c29d8a8
dabdbt/dbt_profiles/profiles.yml
@@ -30,7 +30,7 @@ dabdbt:
30
connect_timeout: 60
31
32
# The production target when deployed with the Databricks CLI
33
- prod:
+ prd:
34
type: databricks
35
method: http
catalog: "{{ env_var('DBT_PROD_CATALOG', 'rescue_prd') }}"
0 commit comments