dbt - Performance Optimization
You wrote this dbt model config:
Why does this cause an error?
config(
materialized='table',
partition_by={'field': 'order_date', 'data_type': 'timestamp'},
clustering='customer_id'
)Why does this cause an error?
