Skip to content

Commit ad38b2f

Browse files
committed
tirei o root path e atualizei o profile que estava prod, mudei pra prd
1 parent ddb6439 commit ad38b2f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dabdbt/databricks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ targets:
3636
mode: production
3737
workspace:
3838
host: https://adb-2533506717590470.10.azuredatabricks.net
39-
root_path: /Workspace/Shared/.bundle/${bundle.name}/${bundle.target}
4039
variables:
4140
sql_warehouse_id: 7a2b912f6c29d8a8

dabdbt/dbt_profiles/profiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dabdbt:
3030
connect_timeout: 60
3131

3232
# The production target when deployed with the Databricks CLI
33-
prod:
33+
prd:
3434
type: databricks
3535
method: http
3636
catalog: "{{ env_var('DBT_PROD_CATALOG', 'rescue_prd') }}"

0 commit comments

Comments
 (0)