- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2023 10:04 AM
Hi,
Does anyone know how to access data explorer in the community edition? I would like to have an overview of what files are saved in the FileStore. This is what happens when I select "Data" in the left-hand side menu
- Labels:
-
Community Edition
-
Data Explorer
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 07:23 PM
@Konrad Kawka : The Data Explorer is not available in the Community Edition of Databricks. However, you can still access the FileStore using the Databricks CLI or the Databricks API.
databricks fs ls dbfs:/FileStore/
To access the FileStore using the Databricks API, you can use the dbutils.fs.ls() command in a Databricks notebook or script
dbutils.fs.ls("dbfs:/FileStore/")

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2023 07:23 PM
@Konrad Kawka : The Data Explorer is not available in the Community Edition of Databricks. However, you can still access the FileStore using the Databricks CLI or the Databricks API.
databricks fs ls dbfs:/FileStore/
To access the FileStore using the Databricks API, you can use the dbutils.fs.ls() command in a Databricks notebook or script
dbutils.fs.ls("dbfs:/FileStore/")

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2023 10:06 PM
Hi @Konrad Kawka
Thank you for your question! To assist you better, please take a moment to review the answer and let me know if it best fits your needs.
Please help us select the best solution by clicking on "Select As Best" if it does.
Your feedback will help us ensure that we are providing the best possible service to you.
Thank you!

