dbt - Project Organization
You wrote this dbt model in the marts layer:
But the model fails with an error about
SELECT
customer_id,
SUM(total_orders) AS total_orders
FROM {{ ref('int_customer_orders') }}
GROUP BY customer_idBut the model fails with an error about
total_orders. What is the likely cause?