Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Amazon Seller Partner: Reports schema "Does not match the date-time pattern must be a valid RFC 3339 date-time" #45589

Open
1 task
linuxs opened this issue Sep 15, 2024 · 1 comment

Comments

@linuxs
Copy link

linuxs commented Sep 15, 2024

Connector Name

source-amazon-seller-partner

Connector Version

4.4.1

What step the error happened?

During the sync

Relevant information

We're pulling in custom reports in the OSS version of Airbyte. One issue we're experiencing occurs during syncing of 'GET_VENDOR_SALES_REPORT' the start and end dates do not conform to RFC 3339 date-time standards.

The schema provided by Amazon also indicates this: https://github.com/amzn/selling-partner-api-models/blob/main/schemas/reports/vendorSalesReport.json

Relevant log output

Schema validation errors found for stream _GET_VENDOR_SALES_REPORT. Error messages: [$.startDate: does not match the date-time pattern must be a valid RFC 3339 date-time, $.endDate: does not match the date-time pattern must be a valid RFC 3339 date-time]
2024-09-15 15:54:16 replication-orchestrator > Source 35b8723e-4a45-46cf-899c-89dd9972210a has unexpected fields [queryEndDate, dataEndTime] in stream _GET_VENDOR_SALES_REPORT

Contribute

  • Yes, I want to contribute
@marcosmarxm
Copy link
Member

Thanks for reporting the issue @linuxs can you share the complete sync log? Is this happening only to _GET_VENDOR_SALES_REPORT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants