Skip to content

Commit dd9d4c0

Browse files
committed
Define populate_by_name e root_path compartilhado
1 parent baceeb4 commit dd9d4c0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dabdbt/databricks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include:
1212
variables:
1313
prod_root_path:
1414
description: Workspace path for production bundle deployment
15-
default: /Workspace/Users/srv_eng_prd/.bundle/${bundle.name}/${bundle.target}
15+
default: /Workspace/Shared/srv_eng_prd/.bundle/${bundle.name}/${bundle.target}
1616
source_olist_env:
1717
description: Target suffix used by Unity Catalog foreign catalog
1818
default: ${bundle.target}

dabdbt/dbt_project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ profile: 'dabdbt'
88
# Global behavior flags
99
flags:
1010
use_materialization_v2: true
11+
populate_by_name: true
1112

1213
# These configurations specify where dbt should look for different types of files.
1314
# For Databricks asset bundles, we put everything in src, as you may have

0 commit comments

Comments
 (0)