Update dbt_project.yml (#267)

* Update dbt_project.yml

* Add secrets update
This commit is contained in:
Ryan-Loofy 2023-10-20 13:58:06 -04:00 committed by GitHub
parent 8e741867d6
commit be1c994a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -30,6 +30,8 @@ models:
+materialized: ephemeral
core:
+tags: core
secrets:
+enabled: false
marketplace:
+tags: marketplace
+copy_grants: true

View File

@ -1,6 +1,4 @@
-- depends_on: {{ ref('_utils') }}
-- depends_on: {{ ref('live') }}
{% if var("ENABLE_SNOWFLAKE_SECRETS") %}
{% set config = config_core_secrets %}
{{ ephemeral_deploy_core(config) }}
{% endif %}
{% set config = config_core_secrets %}
{{ ephemeral_deploy_core(config) }}