cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Data explorer in the community edition

kkawka1
New Contributor III

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

image

1 ACCEPTED SOLUTION

Accepted Solutions

Anonymous
Not applicable

@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/")

View solution in original post

2 REPLIES 2

Anonymous
Not applicable

@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/")

Anonymous
Not applicable

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!

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group