mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 20:31:48 +00:00
8 lines
115 B
SQL
8 lines
115 B
SQL
{{ config(
|
|
materialized = "table"
|
|
) }}
|
|
{{ dbt_date.get_date_dimension(
|
|
'2017-01-01',
|
|
'2027-12-31'
|
|
) }}
|