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 limitation: This change type does not support database inspection features (snapshot, diff, diff-changelog, and generate-changelog commands).
Available attributes
Attribute | Type | Description | Required |
|---|---|---|---|
| String | Name of the catalog (database) containing the sequence | No |
| String | Name of the schema containing the sequence | No |
| String | Current name of the sequence | Yes |
| String | New name for the sequence | Yes |
| Boolean | Don't error if the sequence doesn't exist | No |
loading
loading
loading
loading