Can the additional field _dynamo_op_type be avoided when writing DELETES ?
https://github.com/scylladb/scylla-migrator/blob/master/migrator/src/main/scala/com/scylladb/migrator/writers/DynamoStreamReplication.scala#L56
populates _dynamo_op_type
and this gets later written to DB
even for delete, which of course leaves just rows with the key and just this attribute around