diff --git a/dabdbt/databricks.yml b/dabdbt/databricks.yml index 0b4243e..8bb13c5 100644 --- a/dabdbt/databricks.yml +++ b/dabdbt/databricks.yml @@ -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} diff --git a/dabdbt/dbt_project.yml b/dabdbt/dbt_project.yml index 4868037..8cf512c 100644 --- a/dabdbt/dbt_project.yml +++ b/dabdbt/dbt_project.yml @@ -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