Hi @Burak Yoleri
The screenshot shows the "Incremental column" set to LastModifyDate and "Run mode" to "Full on the first run, then incremental," which is correct. However, the watermark logic (e.g., a filter like WHERE LastModifyDate > '@{pipeline().parameters.watermarkValue}')
must be explicitly defined in the "Query" tab of the Source. If this filter is missing or not parameterized with the watermark value, the Data Flow will read all records.
The "Schema name" (DWH) and "Table name" (testcity3) are specified, which seems correct. However, if the LastModifyDate
column doesn’t exist or contains inconsistent data (e.g., NULL values or non-date formats), the incremental logic might fail, causing a full table read.
I hope this information helps. Please do let us know if you have any further queries.
Kindly consider upvoting the comment if the information provided is helpful. This can assist other community members in resolving similar issues.
Thank you.