dbt - Advanced Patterns
Given this simplified dbt SQL snippet for SCD Type 2:
What does this query return?
SELECT id, name, effective_date, end_date FROM dim_customer WHERE end_date IS NULL;
What does this query return?
