You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/tutorial-incremental-copy-change-tracking-feature-portal.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -360,7 +360,7 @@ In the following procedure, you create a pipeline with activities and run it per
360
360

361
361
362
362
9. Switch to the **Sink** tab. For **Sink Dataset**, select**SinkDataset**.
363
-
10. Connect both lookup activities to the copy activity one by one. Drag the green button attached to the lookup activity to the copy activity.
363
+
10. Connect both lookup activities to the copy activity one by one. Drag the green button that's attached to the lookup activity to the copy activity.
364
364
11. Drag the stored procedure activity from the **Activities** toolbox to the pipeline designer surface. Set the name of the activity to **StoredProceduretoUpdateChangeTrackingActivity**. This activity updates the change tracking version in the `table_store_ChangeTracking_version` table.
365
365
12. Switch to the **Settings** tab, and then take the following steps:
366
366
@@ -376,25 +376,25 @@ In the following procedure, you create a pipeline with activities and run it per
376
376
377
377

378
378
379
-
13. Connect the copy activity to the stored procedure activity. Drag the green button attached to the copy activity to the stored procedure activity.
379
+
13. Connect the copy activity to the stored procedure activity. Drag the green button that's attached to the copy activity to the stored procedure activity.
380
380
14. Select**Validate**on the toolbar. Confirm that there are no validation errors. Close the **Pipeline Validation Report** window.
381
-
15. Publish entities (linked services, datasets, and pipelines) to the Data Factory service by selecting the **Publish all** button. Wait until you see the **Publishing succeeded** message.
381
+
15. Publish entities (linked services, datasets, and pipelines) to the Data Factory service by selecting the **Publish all** button. Wait until the **Publishing succeeded** message appears.
382
382
383
383

384
384
385
385
### Run the incremental copy pipeline
386
386
387
-
1. Select**Trigger**on the toolbar for the pipeline, and then select**Trigger now**.
387
+
1. Select**Add trigger**on the toolbar for the pipeline, and then select**Trigger now**.
388
388
389
389

390
390
2. In the **Pipeline Run** window, select**OK**.
391
391
392
392
### Monitor the incremental copy pipeline
393
393
394
-
1. Select the **Monitor** tab. You see the pipeline run in the list and its status. To refresh the list, select**Refresh**.
394
+
1. Select the **Monitor** tab. The pipeline run and its status appear in the list. To refresh the list, select**Refresh**.
395
395
396
396

397
-
1. To view activity runs associated with the pipeline run, select the **IncrementalCopyPipeline** link in the **Pipeline name** column.
397
+
1. To view activity runs associated with the pipeline run, select the **IncrementalCopyPipeline** link in the **Pipeline name** column. The activity runs appear in a list.
398
398
399
399

The first three columns are changed data from `data_source_table`. The last two columns are the metadata from the change tracking system table. The fourth column is the `SYS_CHANGE_VERSION` value for each changed row. The fifth column is the operation: `U` = update, `I` = insert. For details about the change tracking information, see [CHANGETABLE](/sql/relational-databases/system-functions/changetable-transact-sql).
414
+
The first three columns are changed data from `data_source_table`. The last two columns are the metadata from the table for the change tracking system. The fourth column is the `SYS_CHANGE_VERSION` value for each changed row. The fifth column is the operation: `U` = update, `I` = insert. For details about the change tracking information, see [CHANGETABLE](/sql/relational-databases/system-functions/changetable-transact-sql).
@@ -423,7 +423,7 @@ PersonID Name Age SYS_CHANGE_VERSION SYS_CHANGE_OPERATION
423
423
424
424
## Next steps
425
425
426
-
Advance to the following tutorial to learn about copying new and changed files only based on `LastModifiedDate`:
426
+
Advance to the following tutorial to learn about copying only new and changed files, based on `LastModifiedDate`:
427
427
428
428
> [!div class="nextstepaction"]
429
429
> [Incrementally copy new and changed files based on LastModifiedDate by using the Copy Data tool](tutorial-incremental-copy-lastmodified-copy-data-tool.md)
0 commit comments