Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a07d0a7

Browse files
authoredMar 22, 2022
Update data-flow-exists.md
1 parent d2c9706 commit a07d0a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎articles/data-factory/data-flow-exists.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: data-factory
99
ms.subservice: data-flows
1010
ms.topic: conceptual
1111
ms.custom: synapse
12-
ms.date: 09/09/2021
12+
ms.date: 03/22/2022
1313
---
1414

1515
# Exists transformation in mapping data flow
@@ -43,6 +43,8 @@ To create a free-form expression that contains operators other than "and" and "e
4343

4444
:::image type="content" source="media/data-flow/exists1.png" alt-text="Exists custom settings":::
4545

46+
If you are building dynamic patterns in your data flows by using "late binding" of columns via schema drift, you can use the ```byName()``` expression function to use the exists transformation without hardcoding (i.e. early binding) the column names. Example: ```toString(byName('ProductNumber','source1')) == toString(byName('ProductNumber','source2'))```
47+
4648
## Broadcast optimization
4749

4850
:::image type="content" source="media/data-flow/broadcast.png" alt-text="Broadcast Join":::

0 commit comments

Comments
 (0)
Please sign in to comment.