I have configured databricks-CLI and its working fine for the copy to local command.
databricks fs cp dbfs:/FileStore/data/filename.csv C:\Users
Can i automate this in python. Using "import databricks_cli".
Please let me know how to do it?
I have configured databricks-CLI and its working fine for the copy to local command.
databricks fs cp dbfs:/FileStore/data/filename.csv C:\Users
Can i automate this in python. Using "import databricks_cli".
Please let me know how to do it?