cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
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!

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.