dbt - Performance Optimization
You wrote this dbt model config:
But the model fails to run. What is the likely error?
config( materialized='incremental', unique_key=['id'] ) select * from source_table
But the model fails to run. What is the likely error?
