dbt - Governance and Collaboration
Given this dbt model SQL snippet, what will be the output columns?
SELECT user_id, COUNT(*) AS order_count
FROM {{ ref('orders') }}
GROUP BY user_id