KaranamS
Contributor III

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