Introducing Agent Safe Governance for the AI Era

Snowflake renameSequence

Last updated: March 26, 2026

Last updated: March 25, 2026

Renames an existing sequence in Snowflake.

Note: Automatic rollback renames the sequence back to original name.

Known limitations:

  • This change type does not support database inspection features (snapshot, diff, diff-changelog, and generate-changelog commands).

  • The Liquibase renameSequence change type is not compatible for Snowflake users in Liquibase Secure 5.1 using YAML or JSON change type formats. This does not affect XML change types at all. If you’re connecting to a Snowflake database, Liquibase automatically detects you are using the Snowflake renameSequence change type and breaks backwards compatibility with the Liquibase renameSequence change type. We recommend upgrading to Liquibase Secure 5.1.1 to use createView with YAML and JSON change type formats successfully.

Available attributes

Attribute

Type

Description

Required

catalogName

String

Name of the catalog (database) containing the sequence

No

schemaName

String

Name of the schema containing the sequence

No

oldSequenceName

String

Current name of the sequence

Yes

newSequenceName

String

New name for the sequence

Yes

ifExists

Boolean

Don't error if the sequence doesn't exist

No

loading

loading

loading

loading