Hi! I am working on <#5712>. The main purpose of t...
# contributing-to-airbyte
y
Hi! I am working on #5712. The main purpose of this task is to support all possible date/date-time formats in the destinations. Currently, some formats are not supported and we get errors during the normalization phase: "Date '1/1/2021' is not recognized". We agreed with the team to implement some converter that recursively goes through the
JsonNode
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.
u
@Yurii Bidiuk [GL] I might misread the task description, but this task is about writing acceptance test, not fixing connectors. So you should either update task description or use another ticket for it.