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:ย 

Move folder from dbfs location to user workspace directory in azure databricks

Data_Engineer3
Contributor III

I need to move group of files(python or scala file from)or folder from dbfs location to user workspace directory in azure databricks to do testing on file.

Its verify difficult to upload each file one by one into the user workspace directory, so is it possible to move file from dbfs location to user workspace directory in azure databricks?

Since i am not able to upload folder instead of file directly or huge than some particular size, could you suggest the way to move or copy files into user workspace directory in azure databricks.

1 REPLY 1

-werners-
Esteemed Contributor III

dbutils.fs.mv or dbutils.fs.cp can help you.