4 ms·
Definitely. Do you expect the resulting data to also be in binary / bytes format in your DWH? I ask because there's a workaround by setting `binary.handling.mo
by tang8330 3y ago
Definitely. Do you expect the resulting data to also be in binary / bytes format in your DWH?
I ask because there's a workaround by setting `binary.handling.mode` to a STRING type [1].
Transfer will then automatically pick this up and write this as a B64 string to the DWH.
[1] https://debezium.io/documentation/reference/stable/connectors/mysql.html#mysql-property-binary-handling-mode https://debezium.io/documentation/reference/stable/connector...
- Aaronstotle 3y agoThanks for the reply! We'll be keeping an eye on it