Skip to content

Commit 95de394

Browse files
authored
Update data-flow-alter-row.md
1 parent 491e31b commit 95de394

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/data-factory/data-flow-alter-row.md

Lines changed: 4 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, ignite-2022
12-
ms.date: 08/03/2022
12+
ms.date: 11/01/2022
1313
---
1414

1515
# Alter row transformation in mapping data flow
@@ -26,6 +26,9 @@ Alter Row transformations only operate on database, REST, or Azure Cosmos DB sin
2626

2727
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4vJYc]
2828
29+
> [!NOTE]
30+
> An Alter Row transformation is not needed for Change Data Capture data flows that use native CDC sources like SQL Server or SAP. In those instances, ADF will automatically detect the row marker so Alter Row policies are unnecessary.
31+
2932
## Specify a default row policy
3033

3134
Create an Alter Row transformation and specify a row policy with a condition of `true()`. Each row that doesn't match any of the previously defined expressions will be marked for the specified row policy. By default, each row that doesn't match any conditional expression will be marked for `Insert`.

0 commit comments

Comments
 (0)