external-models/models/silver/silver__dates.sql

9 lines
136 B
MySQL
Raw Permalink Normal View History

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