dbt - Incremental Models
Consider this dbt merge config:
merge: unique_key: ['customer_id', 'transaction_date']
What is the effect of using a composite unique_key here?
Consider this dbt merge config:
merge: unique_key: ['customer_id', 'transaction_date']
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions