Hello @rama matah
Thanks for the question and using MS Q&A platform.
You can create source and sink target mapping in ADF using copy activity and the data flows.
Using Copy Activity:
To create a source to target mapping in Azure Data Factory (ADF), you can follow these steps:
- Create a pipeline in ADF by clicking on the "Author & Monitor" button in the ADF dashboard and selecting "Author".
- Drag and drop the "Copy Data" activity onto the pipeline canvas.
- Click on the "Source" tab in the "Copy Data" activity, and select the source data store from which you want to copy data.
- Choose the appropriate dataset for the source data store, which should have the required schema and access credentials.
- Click on the "Sink" tab in the "Copy Data" activity, and select the target data store where you want to copy data.
- Choose the appropriate dataset for the target data store, which should have the required schema and access credentials.
- Under the "Mapping" tab in the "Copy Data" activity, you can map the columns from the source dataset to the corresponding columns in the target dataset.
- To map columns, click on the plus icon next to the "Source" and "Sink" fields and select the column you want to map.
- Once you have mapped all the required columns, click on the "Debug" button to test the pipeline.
- If the test run is successful, you can publish the pipeline to the ADF service to make it available for production use.
That's it! You have successfully created a source to target mapping in Azure Data Factory.
Using Data flows:
You can use mapping data flows to extract data from a source, apply transformations, and load the data into a target. Mapping data flows provide a visual interface for transforming data in Azure Data Factory
For more details, refer to this article which covers all the steps on how to create source target mapping in ADF: https://www.tevpro.com/blog/creating-your-first-azure-data-factory-pipeline#section-5-setup-mappings
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.
Hello @rama matah
Just checking in to see if the below answer helped. If this answers your query, do click
Accept Answer
andYes
for was this answer helpful. And, if you have any further query do let us know.