How to output data from Databricks?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2024 06:23 AM
Hello,
I am just starting with Databricks in Azure and I need to output the data to an Affinity CRM system.
Affinity has an API and I am wondering is there any sort of automated / data pipeline sort of way to tell databricks to just pump the data into Affinity or do I have to write some sort of Python script and make it run in Databricks?
Alternatively I could create a microservice that gets the data from Databricks and sends it to Affinity but that seems like the worst options to me.
I just don't know how the entire thing works.