Skip to content

Commit e8f1e40

Browse files
Merge pull request #215871 from jonburchel/2022-10-25-implements-pr-215591
2022 10 25 implements pr 215591
2 parents 31f4fc4 + de896ab commit e8f1e40

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/data-factory/concepts-nested-activities.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: orchestration
99
ms.custom: synapse
1010
ms.topic: conceptual
11-
ms.date: 06/30/2021
11+
ms.date: 10/24/2022
1212
---
1313

1414
# Nested activities in Azure Data Factory and Azure Synapse Analytics
@@ -61,14 +61,16 @@ An example of this pattern would be if you had a file system that had a list of
6161
5. In the child pipeline, you could then use another nested activity (such as ForEach) with the passed in array list to iterate over the files and perform one or more sets of inner activities.
6262

6363
The parent pipeline would look similar to the below example.
64+
6465
[ ![Screenshot showing an example parent pipeline calling a child pipeline in a ForEach loop.](media/concepts-pipelines-activities/nested-activity-execute-pipeline.png) ](media/concepts-pipelines-activities/nested-activity-execute-pipeline.png#lightbox)
6566

6667
The child pipeline would look similar to the below example.
68+
6769
:::image type="content" source="media/concepts-pipelines-activities/nested-activity-execute-child-pipeline.png" alt-text="Screenshot showing an example child pipeline with a ForEach loop.":::
6870

6971
## Next steps
7072

7173
See the following tutorials for step-by-step instructions for creating pipelines and datasets.
7274

7375
- [Tutorial: Copy multiple tables in bulk by using Azure Data Factory in the Azure portal](tutorial-bulk-copy-portal.md)
74-
- [Tutorial: Incrementally load data from a source data store to a destination data store](tutorial-incremental-copy-overview.md)
76+
- [Tutorial: Incrementally load data from a source data store to a destination data store](tutorial-incremental-copy-overview.md)
-22.4 KB
Loading

0 commit comments

Comments
 (0)