Yurii Bidiuk [GL]
11/24/2021, 11:00 PMJsonNode
from AirbyteMessage
, reads the date/date-time value, converts it to a valid ISO-8601 format, and replaces the value in the JsonNode
.
Can you suggest a place in the code where we can do this job?
P.S. A possible place to use this solution is io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer#acceptTracked
method.user
11/26/2021, 12:47 PM