dbt - Performance Optimization
You wrote this dbt model config:
What is the error and how to fix it?
materialized: incremental
What is the error and how to fix it?
materialized: incremental
incremental must be a string, so it needs quotes.materialized: 'incremental' to fix the error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions