Comment on Launch HN: Artie (YC S23) – Real time data replication to data warehousesparentComments−tang8330OP3yDefinitely. 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/connector...−Aaronstotle3yThanks for the reply! We'll be keeping an eye on it
Comments
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/connector...
Thanks for the reply! We'll be keeping an eye on it