Share via

Transform AVRO and copy to SQL in DataFactory

Andres Esteban 156 Reputation points
2022-03-24T17:23:36.317+00:00

We are capturing data through an event hub every 15 minutes and consolidating it in a data lake. With a view to data mining we would like to copy these avros into a SQL that acts as a data warehouse. My question is:
-How to treat this avro in order to keep a part of the body and copy it into the SQL table created, is it possible through DataFactory or should it be done in another way?

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

0 comments No comments

1 answer

Sort by: Most helpful
  1. MarkKromer-MSFT 5,231 Reputation points Microsoft Employee Moderator
    2022-03-24T18:25:52.453+00:00

    Yes, this is possible in ADF. Make sure to use data flows in ADF for this because event hub uses complex data types in Avro and you'll need the data flow Spark environment in order to process that data.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.