Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 01:37 PM
Hi @BobCat62 , Try these steps
1. Try manually registering the table in hive_metastore. Run this in a databricks notebook
CREATE TABLE hive_metastore.default.pumpdata USING DELTA LOCATION 'abfss://mdwh@XXXX.dfs.core.windows.net/Bronze/pumpdata/tables/pumpdata';
2. Then verify the table by running this
SHOW TABLES IN hive_metastore.default
This should create a table under the hive_metastore