Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we work with external APIs in Azure Databricks?

Being newbie to Databricks just exploring ways to access third party APIs in Databricks.

   Example : 
      One of the sceanario is checking whether json file which is being 
      processed via Databricks whether its in correct Json format or not?
      We have one API which validate this format, question is can we consume
      this API in Databricks notebook ?
like image 707
Abhi Avatar asked Dec 07 '25 10:12

Abhi


1 Answers

I'm a little unclear on the exact nature of what you're trying to do but databricks supports external libraries, and through those, REST API calls, e.g. Python's request library. If you click clusters in the sidebar, followed by the cluster you're using, you should see a tab labeled libraries. From there you can click install new to install whatever you want. This page should provide you with further information.

like image 143
SkippyNBS Avatar answered Dec 11 '25 15:12

SkippyNBS



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!