Skip to content

Commit 45b2191

Browse files
authored
Update data-flow-alter-row.md
1 parent 4808f47 commit 45b2191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The default behavior is to only allow inserts. To allow updates, upserts, or del
4646
> [!NOTE]
4747
> If your inserts, updates, or upserts modify the schema of the target table in the sink, the data flow will fail. To modify the target schema in your database, choose **Recreate table** as the table action. This will drop and recreate your table with the new schema definition.
4848
49-
The sink transformation will also require you to speficify a single key or a series of keys for unique row identification in your target database. For SQL sinks, you will set the keys in the sink settings tab. For CosmosDB, set the partition key in the settings and also set the CosmosDB system field "id" in your sink mapping. For CosmosDB, it is mandatory to include the system column "id" for updates, upserts, and deletes.
49+
The sink transformation requires either a single key or a series of keys for unique row identification in your target database. For SQL sinks, set the keys in the sink settings tab. For CosmosDB, set the partition key in the settings and also set the CosmosDB system field "id" in your sink mapping. For CosmosDB, it is mandatory to include the system column "id" for updates, upserts, and deletes.
5050

5151
## Data flow script
5252

0 commit comments

Comments
 (0)