dbt - Performance Optimization
You wrote this dbt model config for Redshift:
config( materialized='table', sort_keys=['date', 'user_id'] )But the model fails to build. What is the likely cause?
