dbt - Project Organization
Consider this dbt model in the intermediate layer:
What columns will this model produce?
SELECT product_id, AVG(price) AS avg_price FROM {{ ref('stg_products') }} GROUP BY product_idWhat columns will this model produce?
