mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
7 lines
199 B
SQL
7 lines
199 B
SQL
-- depends_on: {{ ref('_utils') }}
|
|
-- depends_on: {{ ref('live') }}
|
|
{% if var("ENABLE_SNOWFLAKE_SECRETS") %}
|
|
{% set config = config_core_secrets %}
|
|
{{ ephemeral_deploy_core(config) }}
|
|
{% endif %}
|