I am very new to Databricks. So, pardon me please. Here is my requiremnt
- I have data stored in Azure DataLake
- As per the requirement, we can only access data via Azure Databricks notebook
- We have to pull the data from certain tables, join with other tables, aggregate
- Send the data to an Event Hub
How can I perform this activity. I assume there is not one shot process. I was planning to create a notebook and run it via Azure Data Factory. Pump the data in Blob and then using .Net send it to Event Hub. But, from Azure Data Factory we can only run the Azure Databricks notebook not store anywhere