Databricks REST API to fetch mount points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 12:44 AM - edited 04-29-2024 02:33 AM
Is there a way to fetch workspace mount points ( mount infos) through REST API or SQL-query ?
( similar to the python API "display(dbutils.fs.mounts())" )
I couldn't find any REST API for the mounts in the official databricks API documentation ( https://docs.databricks.com/api/workspace/introduction) .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 09:04 PM - edited 04-29-2024 09:04 PM
Thank you for the response @Retired_mod .
As per your comment above I tried looking for any system catalog tables (https://docs.databricks.com/en/sql/language-manual/sql-ref-information-schema.html) that could provide the relevant information regarding the `mount points`. But I couldn't find any table that could provide me information related to `mount points`.
I also found this topic (https://community.databricks.com/t5/data-governance/where-mount-info-get-stored-in-external-hive-met...) below which discuss about the storing mechanism for the `mount info` in databricks.
Which catalog/system tables might store such metadata related to mount point ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 10:58 AM
How to create mount points using aws Databricks with shared cluster?