When running the liquibase dbDoc or snapshot command, I’m getting this error with version 3.10.2.
liquibase.exception.UnexpectedLiquibaseException: Don't know how to query for sequences on DEV_APP @ jdbc:snowflake://dev.us-east-1.snowflakecomputing.com:443/ (Default Schema: MY_DATABASE)
Based on my review the Liquibase source code and of the Snowflake Sequences docs I don’t think Liquibase supports the dbDoc or snapshot commands.
I know that you guys recently listed Snowflake as a support database. Should I submit this as bug or consider this an unsupported feature for now?