displaying unity catalog metadata and other information in sharePoint
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2024 09:34 PM
Is there any connectors or api which we can use to display metadata information stored in Unity catalog to business users using SharePoint.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 02:20 AM
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