The definition is in feldera-types/src/serde_with_context/serde_config.rs
JsonFlavor::DebeziumMySql => Self {
time_format: TimeFormat::Micros,
date_format: DateFormat::DaysSinceEpoch,
timestamp_format: TimestampFormat::String("%Y-%m-%dT%H:%M:%S%Z"),
I would expect the format specifier to include fractional seconds: %.f, like other formats in the same config.
The definition is in
feldera-types/src/serde_with_context/serde_config.rsI would expect the format specifier to include fractional seconds:
%.f, like other formats in the same config.