dbt - Advanced Patterns
Given this snapshot config:
What happens when
snapshots:
- name: order_snapshot
strategy: timestamp
unique_key: order_id
updated_at: last_updatedWhat happens when
last_updated changes for an order?