dbt - Project Organization
You wrote this dbt model in the intermediate layer:
What is the error in this code?
SELECT customer_id, order_date, COUNT(order_id) AS order_count FROM {{ ref('stg_orders') }}What is the error in this code?
