Hello dear community,
I use the following command to register the provider including shares to unity-catalog:
databricks unity-catalog create-provider --name company --recipient-profile-json-file ~/Develop/profile.json
Once it is registered, I could see the provider and shares in the unity-catalog delta sharing panel. On each of the share I could click on "create catalog" to import the schema to unity-catalog.
I could see the created catalog, schema and table in unity-catalog. But when I click on the table to see its schema, I see the following error:
Failed to request /ajax-api/2.1/unity-catalog/tables/company.patient_schema2.patient_table2?include_browse=true: 404 Not Found Schema 'company.patient_schema2' does not exist.
I have not seen similar error before. Anyone has an idea where could potentially cause the error? Thanks.