Skip to content

Commit dcc5b4e

Browse files
authored
Merge pull request #189717 from Clare-Zheng82/0225-Update_metadata-driven_copy_data_doc
Update metadata driven copy data doc
2 parents 95a4c85 + 2012086 commit dcc5b4e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/data-factory/copy-data-tool-metadata-driven.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ author: dearandyxu
55
ms.service: data-factory
66
ms.subservice: data-movement
77
ms.topic: conceptual
8-
ms.date: 06/19/2021
8+
ms.date: 02/25/2022
99
ms.author: yexu
1010
---
11-
# Build large-scale data copy pipelines with metadata-driven approach in copy data tool (Preview)
11+
# Build large-scale data copy pipelines with metadata-driven approach in copy data tool
1212
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
1313

1414
When you want to copy huge amounts of objects (for example, thousands of tables) or load data from large variety of sources, the appropriate approach is to input the name list of the objects with required copy behaviors in a control table, and then use parameterized pipelines to read the same from the control table and apply them to the jobs accordingly. By doing so, you can maintain (for example, add/remove) the objects list to be copied easily by just updating the object names in control table instead of redeploying the pipelines. What’s more, you will have single place to easily check which objects copied by which pipelines/triggers with defined copy behaviors.
@@ -32,7 +32,7 @@ Copy data tool in ADF eases the journey of building such metadata driven data co
3232
:::image type="content" source="./media/copy-data-tool-metadata-driven/select-table.png" alt-text="Select table":::
3333

3434
> [!NOTE]
35-
> If you select tabular data store, you will have chance to further select either full load or incremental load in the next page. If you select storage store, you can further select full load only in the next page. Incrementally loading new files only from storage store is currently not supported.
35+
> If you select tabular data store, you will have chance to further select either full load or delta load in the next page. If you select storage store, you can further select full load only in the next page. Incrementally loading new files only from storage store is currently not supported.
3636
3737
4. Choose **loading behavior**.
3838
>[!TIP]
@@ -160,7 +160,7 @@ This pipeline will copy one batch of objects. The objects belonging to this batc
160160
| Parameters name | Description |
161161
|:--- |:--- |
162162
| MaxNumberOfObjectsReturnedFromLookupActivity | In order to avoid reaching the limit of output lookup activity, there is a way to define the max number of objects returned by lookup activity. In most case, the default value is not required to be changed. |
163-
| TopLayerPipelineName | The name of top layer pipeline. |
163+
| TopLevelPipelineName | The name of top layer pipeline. |
164164
| TriggerName | The name of trigger. |
165165
| CurrentSequentialNumberOfBatch | The ID of sequential batch. |
166166
| SumOfObjectsToCopy | The total number of objects to copy. |
-12.3 KB
Loading

0 commit comments

Comments
 (0)