Addy0_
Databricks Partner

Thank you for sharing this!

Just to add:
To enable automatic liquid clustering & set clustering columns for an existing table

ALTER TABLE table_name CLUSTER BY (column1, column2) AUTO;