External APIs
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2022 10:01 PM
Does databricks provide a way to integrate to external sw/API's?
Whether it is in the form of UDF/external function?
Can somebody point me how this can be achieved?
My use case is to talk to external API's from databricks to perform certain operations.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022 11:38 PM
You can write your own code to fetch data from external API.
Example: https://insightsndata.com/how-to-call-rest-api-store-data-in-databricks-8383f2458d7d

