Skip to content

Commit 31dae7a

Browse files
authored
Merge pull request #8368 from MicrosoftDocs/JasonHQX-patch-3
Update azure-synapse-link-advanced-configuration.md
2 parents cfa921e + a3db78f commit 31dae7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/data-platform/azure-synapse-link-advanced-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The table below describes how rows are handled in the lake against CUD events fo
4646
|---------|---------|---------|
4747
|Create | The row is inserted in the partition file and is based on the `createdOn` value on the row. | The row is added to the end of the partition file and is based on the `createdOn` value of the record. |
4848
|Update | If the row exists in the partition file, then it's replaced or updated with updated data. If it doesn't exist, it's inserted in the file. | The row, along with the updated version, is added to the end of the partition file. |
49-
|Delete | If the row exists in the partition file, it's removed from the file. | The row is added to the end of the partition file with `isDeleted column = True`. |
49+
|Delete | If the row exists in the partition file, it's removed from the file. | The row is added to the end of the partition file with `IsDelete column = True`. |
5050

5151
> [!NOTE]
5252
> For Dataverse tables where **Append only** is enabled, deleting a row in the source will not delete or remove the row in the lake. Instead, the deleted row is appended as a new row in the lake and the `isDeleted` column is set to **True**.

0 commit comments

Comments
 (0)