Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dabdbt/databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include:
variables:
prod_root_path:
description: Workspace path for production bundle deployment
default: /Workspace/Users/srv_eng_prd/.bundle/${bundle.name}/${bundle.target}
default: /Workspace/Shared/srv_eng_prd/.bundle/${bundle.name}/${bundle.target}
source_olist_env:
description: Target suffix used by Unity Catalog foreign catalog
default: ${bundle.target}
Expand Down
1 change: 1 addition & 0 deletions dabdbt/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ profile: 'dabdbt'
# Global behavior flags
flags:
use_materialization_v2: true
populate_by_name: true

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