-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I would like to be able to update/insert/delete using the SQL Server extention.
Supporting a option called WriteMode, I would like to be able to upsert data into SQL Server.
Example
"SinkSettings":
{
"ConnectionString": "<sql connection String>",
"Database": "PaymentService",
"TableName": "AccountTransactions",
"BatchSize": 1000,
"WriteMode": "upsert",
"ColumnMappings": [
{
"ColumnName": "Id",
"SourceFieldName": "Id"
}
]
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request