dbt - Governance and Collaboration
What will be the result of this dbt model SQL?
SELECT user_id, COUNT(*) AS login_count FROM {{ ref('user_logins') }} WHERE login_date >= '2024-01-01' GROUP BY user_id