dbt - Performance Optimization
A dbt incremental model uses this filter:
but no new rows are added after source updates. What is the most probable reason?
WHERE updated_at > (SELECT MAX(updated_at) FROM {{ this }})but no new rows are added after source updates. What is the most probable reason?
