Configuration
Write modes
upsert
Insert new rows, update existing ones based onupsertKey:
upsertKey must match a unique constraint on the target table.
replaceAll
Atomically delete matching rows, then insert all source rows:replaceWhere scopes the DELETE to rows matching values from the source data.

