CANNOT_RENAME_ACROSS_SCHEMA message error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2023 02:28 PM
Hello...
We enabled Unity Catalog and we are migrating schemas. When I ran the command
sync schema catalog01.schema01 FROM hive_metastore.schema01 dry run
I got the error CANNOT_RENAME_ACROSS_CATALOG, reviewing your documentation it only said
CANNOT_RENAME_ACROSS_CATALOG
SQLSTATE: 0AKD0
Renaming a <type> across catalogs is not allowed.
Could be more precise about which data type are you referring or how can I fix this issue?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 11:47 AM
Based on your answer I was able to identify the reason.
This schema was already synced to another catalog.
Thank you

