dbt - Packages and Reusability
Given this dbt model snippet:
How many rows will the resulting date spine have?
{{ dbt_date.spine(start_date='2023-01-01', end_date='2023-01-03') }}How many rows will the resulting date spine have?
