Skip to content

Commit 4a02310

Browse files
authored
Merge pull request #105942 from kromerm/dataflow-1
Dataflow 1
2 parents c39db05 + d26c3ba commit 4a02310

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Mapping data flow flatten transformation
3-
description: Azure data factory mapping data flow flatten transformation
3+
description: Azure Data Factory Mapping Data Flow flatten transformation
44
author: kromerm
55
ms.author: makromer
66
ms.service: data-factory
@@ -24,7 +24,7 @@ First, choose the array column that you wish to unroll and pivot.
2424

2525
## Unroll root
2626

27-
By default ADF will flatten the structure at the unroll array that you chose above. Or, you can choose a different part of the hierarchy to unroll to.
27+
By default ADF will flatten the structure at the unroll array that you chose above. Or, you can choose a different part of the hierarchy to unroll to. "Unroll root" is an optional setting.
2828

2929
## Input columns
3030

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ The Lookup Transformation is implemented as a left outer join. When you have mul
4141
* Match on: Select first, last, or any match
4242
* Sort conditions: If you select first or last, ADF requires your data to be ordered so that there is logic behind first and last
4343

44+
> [!NOTE]
45+
> Only use the first or last option on your single row selector if you need to control which value to bring back from your lookup. Using "any" or multi-row lookups will perform faster.
46+
4447
### Option 2
4548

4649
You can also do this using an Aggregate transformation after your Lookup. In this case, an Aggregate transformation called ```PickFirst``` is used to pick the first value from the lookup matches.

0 commit comments

Comments
 (0)