mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 13:56:44 +00:00
Update dbt_project.yml (#267)
* Update dbt_project.yml * Add secrets update
This commit is contained in:
parent
8e741867d6
commit
be1c994a23
@ -30,6 +30,8 @@ models:
|
||||
+materialized: ephemeral
|
||||
core:
|
||||
+tags: core
|
||||
secrets:
|
||||
+enabled: false
|
||||
marketplace:
|
||||
+tags: marketplace
|
||||
+copy_grants: true
|
||||
|
||||
@ -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) }}
|
||||
Loading…
Reference in New Issue
Block a user