How can I download a file from DBFS to my local computer?

Anonymous
Not applicable
 

sean_owen
Databricks Employee
Databricks Employee

Use the Databricks CLI: https://docs.databricks.com/dev-tools/cli/index.html

databricks fs cp dbfs:/remote/path /local/path

View solution in original post