dbt - Packages and Reusability
You wrote this dbt model to create a date spine:
But the output only shows one date: '2023-01-01'. What is the likely error?
select * from dbt_date.spine(start_date => '2023-01-01', end_date => '2023-01-05', datepart => 'month')
But the output only shows one date: '2023-01-01'. What is the likely error?
