1

I want to access DBFS data from outside the databricks using API with the help of python code. How can I do that

CHEEKATLAPRADEEP
  • 12,191
  • 1
  • 19
  • 42
  • 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 Answers1

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