I have installed "databricks cli" on a Windows machine and I have configured the .databrickscfg configuration file pointing the host to the url of the workspace that appears when I access my databricks community edition account via the web.
However, when I execute commands in a command window of type "databricks fs ls dbfs:/" the information I get is not the same as what I see via the web in the "data -> dbfs" option. It seems that a different dbfs is being accessed.
What should I do so that the commands I execute from "databricks fs..." use the same dbfs that I access via the web in my Databricks Community Edition account?
Thanks!