dbt - Advanced Patterns
Given this snapshot config snippet:
What happens when the
snapshots:
- name: customer_snapshot
strategy: check
check_cols: ['email', 'status']What happens when the
email or status changes in the source data?