mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 19:36:52 +00:00
9 lines
136 B
SQL
9 lines
136 B
SQL
{{ config(
|
|
materialized = "table",
|
|
tags = ['core']
|
|
) }}
|
|
{{ dbt_date.get_date_dimension(
|
|
'2017-01-01',
|
|
'2027-12-31'
|
|
) }}
|