Copy_Source_Data_Activity_Solution1.pptx

ssuser1520be 3 views 7 slides May 14, 2024
Slide 1
Slide 1 of 7
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7

About This Presentation

Data Activity


Slide Content

Lesson 2 Copy Data Tool in Azure Data Factory Lesson 1 Copy Activity in Azure Data Factory

Copy Data Tool Benefits Quick and easy way of creating a data copy flow Wizard Based You do not need understand Data Factory definitions for linked services, datasets, pipelines, activities, and triggers. The tool automatically creates all the necessary Data Factory resources to copy data from source destination/sink. The Copy Data tool helps you validate the data that is being ingested at the time of authoring

Copy Data Tool Benefits Resources created by Copy Data Tool can be edited to add Complex business logic post Copy Data Tool run. Copy Data Tool can be used to learn new functionality such as pulling in numerous tables at the same time

Copy Data tool vs. Data Factory UI Copy Data Tool You want to easily build a data loading task without learning about Azure Data Factory entities (linked services, datasets, pipelines, etc.) You want to quickly load a large number of data artifacts into a data lake. Copy activity Authoring You want to implement complex and flexible logic for loading data into lake. You want to chain copy activity with subsequent activities for cleansing or processing data.

Big Data In Mind The tool is designed with big data in mind. It can move hundreds of folders, files, or tables. The tool supports automatic data preview, schema capture, automatic mapping, and data filtering.

Automatic Data Preview You can preview part of the data from the selected source data store, which allows you to validate the data that is being copied. If the source data is in a text file, the Copy Data tool parses the text file to automatically detect the row and column delimiters and schema.

Intuitive flow Configure settings for the  source . Configure settings for the  destination . Configure  advanced settings  for the copy operation such as column mapping, performance settings, and fault tolerance settings. Specify a  schedule  for the data loading task. Review  summary  of Data Factory entities to be created. Edit the pipeline to update settings for the copy activity as needed.
Tags