Creating a persistent view that references both Unity Catalog and Hive Metastore objects is not supported in Unity Catalog
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 04:26 AM
I tried to create a view in hive_metastore.default which would access a table from a different catalog. Is there any chance to do so?
eg.
create view myTest as select * from someCatalog.someSchema.someTable
Labels: