alterDynamicTable renameTo
Last updated: January 27, 2026
Renames a dynamic table to a new name and optionally moves it to a different schema or catalog.
Known limitations:
This change type does not support automatic rollback.
Snowflake snapshots created with Liquibase Secure 5.1 are incompatible with earlier versions due to enhanced object type detection for TABLES and VIEWS. Regenerate all snapshots with 5.1 after upgrading to avoid false differences in diff and diff-changelog operations.Note: This change type does not support automatic rollback.
Available attributes
Attribute | Type | Description | Required |
|---|---|---|---|
| String | Name of the catalog (database) containing the table | No |
| String | Name of the schema containing the table | No |
| String | Name of the dynamic table to alter | Yes |
| Boolean | Only execute if the table exists | No |
renameTo nested attributes
Attribute | Type | Description | Required |
|---|---|---|---|
| String | New name for the dynamic table | Yes |
| String | New catalog (database) name | No |
| String | New schema name | No |