dbt - Governance and Collaboration
Identify the error in this dbt model SQL snippet:
SELECT product_id, SUM(quantity) AS total_quantity FROM orders WHERE order_date GROUP BY product_id
