In mysql to mysql connection Datetime columns are replicated as string. Ex: ‘2018-02-09 09:45:00’ is replicated as ‘2018-02-09T06:45:00.000000Z’. Is there a solution in Airbyte for this?
From Slack Thread
In mysql to mysql connection Datetime columns are replicated as string. Ex: ‘2018-02-09 09:45:00’ is replicated as ‘2018-02-09T06:45:00.000000Z’. Is there a solution in Airbyte for this?
From Slack Thread
Airbyte transform MySQL datetimes and timestamp to ISO 8601 format with micro seconds. This allow Airbyte to apply normalization in a more standard way and keep both times similar to other databases.