Copying data using a Synapse data flow
In this recipe, we will convert a CSV file into the Parquet format using a Synapse data flow. We will be performing the following tasks to achieve this:
- Provisioning a Synapse Analytics workspace and a Synapse integration pipeline.
- Creating a data flow activity in the Synapse integration pipeline.
- Building the data flow activity to copy and convert the CSV file to the Parquet format.
Getting ready
To get started, do the following:
- Log in to https://portal.azure.com using your Azure credentials.
- Create a Synapse Analytics workspace, as explained in the Provisioning an Azure Synapse Analytics workspace recipe of Chapter 8, Processing Data Using Azure Synapse Analytics.
- Download the files –
transaction_table-t1.zip
andtransaction_table-t2.zip
– from https://github.com/PacktPublishing/Azure-Data-Engineering-Cookbook-2nd-edition/upload/main/chapter9: - Unzip them. In the Synapse Analytics workspace...