-
Book Overview & Buying
-
Table Of Contents
Azure Data Engineering Cookbook - Second Edition
By :
As introduced in Chapter 8, Processing Data Using Azure Synapse Analytics, Azure Synapse Analytics comprises three key components – a Synapse integration pipeline to ingest and transform the data, a SQL pool and a Spark pool to process and serve the data, and Power BI integration to visualize the data. This chapter will focus on performing data transformations via Synapse data flows, a critical component of Synapse integration pipelines. Azure Synapse data flows allow us to perform transformations on the data such as converting data format, filtering, merging, and sorting while moving the data from the source to the destination. The best part about Synapse data flows is the user-friendly interface that allows us to perform complex data transformations in a few clicks.
In this recipe, we will be performing the following: