Skip to content

Commit f9f846b

Browse files
authored
Merge pull request #112998 from kromerm/adfdocsmark
Update data-flow-union.md
2 parents 8aad626 + 3380bb4 commit f9f846b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/data-factory/data-flow-union.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: douglasl
77
ms.service: data-factory
88
ms.topic: conceptual
99
ms.custom: seo-lt-2019; seo-dt-2019
10-
ms.date: 02/12/2019
10+
ms.date: 04/27/2020
1111
---
1212

1313
# Azure Data Factory mapping data flow union transformation
@@ -18,6 +18,10 @@ Union will combine multiple data streams into one, with the SQL Union of those s
1818

1919
You can combine n-number of streams in the settings table by selecting the "+" icon next to each configured row, including both source data as well as streams from existing transformations in your data flow.
2020

21+
Here is a short video walk-through of the union transformation in ADF's mapping data flow:
22+
23+
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4vngz]
24+
2125
![Union transformation](media/data-flow/union.png "Union")
2226

2327
In this case, you can combine disparate metadata from multiple sources (in this example, three different source files) and combine them into a single stream:

0 commit comments

Comments
 (0)