@@ -32,7 +32,7 @@ resources:
3232 project_directory : dabdbt
3333 commands :
3434 - ' dbt seed --target=${bundle.target} --select ibge_municipios --profiles-dir=dbt_profiles'
35- warehouse_id : f38fa7279458bb21
35+ warehouse_id : ${var.sql_warehouse_id}
3636 catalog : rescue_${bundle.target}
3737 schema : rescue_b
3838 source : GIT
@@ -46,7 +46,7 @@ resources:
4646 commands :
4747 - ' dbt run --target=${bundle.target} --select tag:silver --profiles-dir=dbt_profiles'
4848 source : GIT
49- warehouse_id : f38fa7279458bb21
49+ warehouse_id : ${var.sql_warehouse_id}
5050 catalog : rescue_${bundle.target}
5151 schema : rescue_s
5252 environment_key : dbt-default
@@ -59,7 +59,7 @@ resources:
5959 commands :
6060 - ' dbt run --target=${bundle.target} --select tag:gold --profiles-dir=dbt_profiles'
6161 source : GIT
62- warehouse_id : f38fa7279458bb21
62+ warehouse_id : ${var.sql_warehouse_id}
6363 catalog : rescue_${bundle.target}
6464 schema : rescue_g
6565 environment_key : dbt-default
@@ -71,7 +71,7 @@ resources:
7171 commands :
7272 - ' dbt docs generate --target=${bundle.target} --target-path=/Volumes/rescue_${bundle.target}/rescue_b/vol_docs/${bundle.name} --profiles-dir=dbt_profiles'
7373 source : GIT
74- warehouse_id : f38fa7279458bb21
74+ warehouse_id : ${var.sql_warehouse_id}
7575 catalog : rescue_${bundle.target}
7676 environment_key : dbt-default
7777
0 commit comments