I want to access DBFS data from outside the databricks using API with the help of python code. How can I do that
Asked
Active
Viewed 2,383 times
1
-
Hi @Vineet Sajwan, If my answer is helpful for you, you can accept it as answer( click on the check mark beside the answer to toggle it from greyed out to filled in.). This can be beneficial to other community members. Thank you. – CHEEKATLAPRADEEP Jul 03 '20 at 10:45
1 Answers
0
There's no python-specific client to DBFS, as far as I know, though info on the REST API can be found here, so you can use it inside your python application.

Rayan Ral
- 1,862
- 2
- 17
- 17
-
If I want to access blob storage data using Rest Api instead of DBFS. Is it achievable..? – Vineet Sajwan Jul 06 '20 at 13:33
-