mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 20:46:42 +00:00
* Polygon Overhaul - Update DBT models to match streamline optimizations - Standardization - Added more recent DBT optimizations * Add livequery infra * Add PROD integration
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 %}
|