dbt - Packages and Reusability
You wrote this dbt code:
But it throws an error. What is the likely cause?
select
{{ dbt_utils.unpivot(
relation=ref('sales'),
columns=['jan', 'feb', 'mar'],
value_column='sales_amount',
name_column='month'
) }}
from salesBut it throws an error. What is the likely cause?
