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.