Skip to content

Commit 61e8106

Browse files
Merge pull request #258314 from Clare-Zheng82/1109-Update_fault_tolerance_doc
[Doc update] - Update sql upsert not supported in Fault tolerance doc
2 parents f49d2b9 + 29a7bc4 commit 61e8106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/copy-activity-fault-tolerance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: data-movement
88
ms.custom: synapse
99
ms.topic: conceptual
10-
ms.date: 10/20/2023
10+
ms.date: 11/09/2023
1111
ms.author: yexu
1212
---
1313
# Fault tolerance of copy activity in Azure Data Factory and Synapse Analytics pipelines
@@ -172,7 +172,7 @@ Copy activity supports three scenarios for detecting, skipping, and logging inco
172172
>[!NOTE]
173173
>- To load data into Azure Synapse Analytics using PolyBase, configure PolyBase's native fault tolerance settings by specifying reject policies via "[polyBaseSettings](connector-azure-sql-data-warehouse.md#azure-sql-data-warehouse-as-sink)" in copy activity. You can still enable redirecting PolyBase incompatible rows to Blob or ADLS as normal as shown below.
174174
>- This feature doesn't apply when copy activity is configured to invoke [Amazon Redshift Unload](connector-amazon-redshift.md#use-unload-to-copy-data-from-amazon-redshift).
175-
>- This feature doesn't apply when copy activity is configured to invoke a [stored procedure from a SQL sink](./connector-azure-sql-database.md#invoke-a-stored-procedure-from-a-sql-sink).
175+
>- This feature doesn't apply when copy activity is configured to invoke a [stored procedure from a SQL sink](./connector-azure-sql-database.md#invoke-a-stored-procedure-from-a-sql-sink), or use [Upsert](connector-azure-sql-database.md#upsert-data) to write data into a SQL sink.
176176
177177
### Configuration
178178
The following example provides a JSON definition to configure skipping the incompatible rows in copy activity:

0 commit comments

Comments
 (0)