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.
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
date_created
date_completed_gmt
date_paid
date_modified
date_modified_gmt
date_paid_gmt
date_completed
date_created_gmt
Products
Multiple image date fields not matching the date-time pattern.
Coupons
date_created
date_modified
date_modified_gmt
date_created_gmt
Product Variations
date_created
date_modified
date_modified_gmt
date_created_gmt
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:
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!
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
date_created
date_completed_gmt
date_paid
date_modified
date_modified_gmt
date_paid_gmt
date_completed
date_created_gmt
Products
Coupons
date_created
date_modified
date_modified_gmt
date_created_gmt
Product Variations
date_created
date_modified
date_modified_gmt
date_created_gmt
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:
airbyte/container-orchestrator:1.1.0
airbyte/source-woocommerce:0.5.0
airbyte/destination-mysql:1.0.2
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