Unity Catalog "Sync" Question
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 11:38 AM
I'm having a little trouble fully following the documentation on the SYNC command.
I have a table in hive_metastore that still needs to be able to be updated daily for the next few months, but I also need to define a view in Unity Catalog based on that table.
Will running sync table catalog.schema.table FROM hive_metastore.schema.table allow me to keep updating the hive_metastore table using a non UC cluster, and keep the UC table in sync?