dbt - Performance Optimization
You wrote this dbt model config but get an error:
What is the likely cause of the error?
config( materialized='table', partition_by='order_date', cluster_by=['customer_id'] )
What is the likely cause of the error?
