Hi there! I was reading this page on Redshift configs. It says that…
sortaccepts a list of sort keys, for example:['timestamp', 'userid']. dbt will build the sort key in the same order the fields are supplied.
I tested it and it doesn’t seem that sort can accept auto. Setting sort key to auto is the default recommendation from AWS.
Can someone confirm that I’m not missing anything? That I’m correct that we can’t set sort to auto in dbt?