renameSchema
Last updated: January 27, 2026
Renames an existing schema in Snowflake, with support for cross-database moves.
Note: Automatic rollback renames the schema 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 database containing the schema to rename | No |
| String | Current name of the schema | Yes |
| String | Target database name (for cross-database rename) | No |
| String | New name for the schema | Yes |
| Boolean | Don't error if the schema doesn't exist | No |
loading
loading
loading
loading