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