-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Azure Data Factory Cookbook
By :

In this recipe, you will create a Copy Data pipeline using Azure Synapse Integrate tool and export data from a dedicated SQL Pool into a data lake.
You need to have access to an Azure Synapse workspace which has a dedicated SQL pool. The SQL pool should have table Customer (refer to recipe Loading data to Azure Synapse Analytics using bulk load for instructions on how to create this table and load data)
To export data using Azure Synapse Integration, follow these steps:
Select Add a new resource, choose Pipeline, then add a Copy data activity to your pipeline, and rename it:
In the Source section, create a new source dataset with Azure Synapse Dedicated SQL Pool as a data store. Configure data set properties by giving it an appropriate name, and...