Skip to content

Commit

Permalink
Merge pull request #21 from databendcloud/hantmac-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hantmac authored Nov 29, 2023
2 parents 18993d6 + bb7e3da commit da94eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Please create issues if you encounter bugs and any help for the project is great
| sink.ignore-delete | optional | true | String | handle DELETE event or not |
| sink.primary-key | optional | "id" | String | The primary key used in upsert |

**NOTE**: `sink.ignore-delete` default value is true so this connector doesn't support `DELETE` default. If you make `sink.ignore-delete=false` make sure the source database has an `Integer` type primary key.
**NOTE**: `sink.ignore-delete` default value is true so this connector doesn't support `DELETE` default. If you make `sink.ignore-delete=false` make sure the source database has an `Integer` or `String` type primary key.

**Upsert Data Considerations:**

Expand Down

0 comments on commit da94eef

Please sign in to comment.