dbt - Packages and Reusability
Given the following dbt model code snippet, what will be the output rows for the date spine?
select * from dbt_date.spine(start_date => '2023-01-01', end_date => '2023-01-03')
