Assistance with error: $.date_of_transfer: does not match the date-time pattern must be a valid RFC 3339 date-time #52655
Unanswered
hskev
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Getting the error in the title on import of a large CSV file that I can't seem to figure out if it's a bug or a problem with my configuration. This used to work in the pre 1.0 versions with the same file format.
Airbyte Community V1.4.0 (Via Helm)
Source connector: File (CSV) v0.5.18
Dest connector: MySQL v.1.0.3
File CSV reader options:
The Connection schema identifies it as
Datetime
, which is correct.The column in the source CSV has the following format:
YYYY-mm-dd HH:MM
(eg: "1995-11-17 00:00")in the
_airbyte_extracted_at
table on the destination, I can see it parsed:{"...", "date_of_transfer": "1995-11-17T00:00:00"}
However, in the output table, the column is null. All other columns are extracted properly.
The output table has the column as a
VARCHAR(1024)
Error in logs:
Does anyone have any suggestions?
If you want a CSV file to test this with: https://www.gov.uk/government/statistical-data-sets/price-paid-data-downloads#december-2024-data-current-month
FULL Reader options:
Any help is greatly appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions