dbt - Performance Optimization
You have this dbt model config:
But the model fails to run. What is the most probable reason?
config(
materialized='incremental',
partition_by={'field': 'event_date', 'data_type': 'date'},
cluster_by=['user_id', 'session_id']
)But the model fails to run. What is the most probable reason?
