airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
16.19k stars 4.14k forks source link

[source-woocomerce] Replication errors incorrect date format #47713

Open bapt-XV opened 2 weeks ago

bapt-XV commented 2 weeks ago

Connector Name

source-woocommerce

Connector Version

0.5.0

What step the error happened?

During the sync

Relevant information

With the connection: source WooCommerce → destination MySQL.

I am encountering issues with null dates in the connector. Certain date fields are not matching the expected RFC 3339 date-time pattern, causing schema validation errors.

During the replication process, the following streams have fields with null values:

Orders

Products

Coupons

Product Variations

The logs indicate errors such as:

does not match the date-time pattern must be a valid RFC 3339 date-time

This is how the date is formatted when making a WooCommerce API call:

"date_modified": "2024-10-28T09:57:33"

Environment:

These validation errors indicate that the date fields are not in the expected format, which causes issues with data processing. Let me know if you need further clarification!

Relevant log output

No response

Contribute

marcosmarxm commented 1 day ago

Are the sync failing? Can you share a sync log? What platform version are you using?