Skip to content

Commit f173ae7

Browse files
Update connector-azure-sql-database.md
Included a line for clarification on schema drift
1 parent b988c5d commit f173ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/connector-azure-sql-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ Settings specific to Azure SQL Database are available in the **Source Options**
808808
809809
:::image type="content" source="media/data-flow/isolationlevel.png" alt-text="Isolation Level":::
810810
811-
**Enable incremental extract**: Use this option to tell ADF to only process rows that have changed since the last time that the pipeline executed.
811+
**Enable incremental extract**: Use this option to tell ADF to only process rows that have changed since the last time that the pipeline executed.To enable incremental extract with schema drift, choose tables based on Incremental / Watermark columns rather than tables that are enabled for Native Change Data Capture.
812812
813813
**Incremental column**: When using the incremental extract feature, you must choose the date/time or numeric column that you wish to use as the watermark in your source table.
814814

0 commit comments

Comments
 (0)