external-models/models/silver__dates.sql

8 lines
115 B
MySQL
Raw Normal View History

2023-02-21 19:33:09 +00:00
{{ config(
materialized = "table"
) }}
{{ dbt_date.get_date_dimension(
'2017-01-01',
'2027-12-31'
) }}