I’m using Liquibase to manage Snowflake schema changes.
While Snowflake clustering keys can be defined using raw SQL in a changeset, I’m trying to understand whether Liquibase provides (or plans to provide) native changetype support for defining clustering keys—similar to how createTable or addColumn work.
-
Does Liquibase currently support clustering keys in changetypes for Snowflake?
-
If not, is there any recommended or roadmap approach to handle this without relying on raw SQL?
Any guidance or references would be helpful.