Hello Nick,
According to the Delta Sharing Examples page, you cannot use the three namespace convention. It should be:
ALTER SHARE some_share REMOVE TABLE shared_schema.shared_tab;ALTER SHARE some_share REMOVE SCHEMA some_schema;ALTER SHARE some_shar...
@Retired_mod @ukaplan @raju_11 @eystein
Solution: Downgrade your ML cluster from DBR 15.X LTS ML to DBR 14.3 LTS ML. Then, register the model again.
My scenario:
I was registering a Hugging Face T5 model using a DBR 15.4 LTS version and ran into the...