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

oldCatalogName

String

Name of the database containing the schema to rename

No

oldSchemaName

String

Current name of the schema

Yes

newCatalogName

String

Target database name (for cross-database rename)

No

newSchemaName

String

New name for the schema

Yes

ifExists

Boolean

Don't error if the schema doesn't exist

No

loading

loading

loading

loading