displaying unity catalog metadata and other information in sharePoint

Lucifer
New Contributor

Is there any connectors or api which we can use to display metadata information stored in Unity catalog to business users using SharePoint.

Ajay-Pandey
Databricks MVP

Hi @Lucifer 

As metadata are stored in system schema as table that means you can use databricks to extract the data from databricks and display it to Sharepoint 
Docs - Statement Execution API: Run SQL on warehouses | Databricks on AWS

Ajay Kumar Pandey