-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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: update schema for GET_FBA_STORAGE_FEE_CHARGES_DATA
stream
#35439
Changes from 6 commits
f251a77
146a688
8285ed6
20b8341
245aea2
0bd7b7f
b42bd0b
41186da
cbf1091
9c619ed
3b10450
18ab16b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ data: | |
connectorSubtype: api | ||
connectorType: source | ||
definitionId: e55879a8-0ef8-4557-abcf-ab34c53ec460 | ||
dockerImageTag: 3.5.0 | ||
dockerImageTag: 4.0.0 | ||
dockerRepository: airbyte/source-amazon-seller-partner | ||
documentationUrl: https://docs.airbyte.com/integrations/sources/amazon-seller-partner | ||
githubIssueLabel: source-amazon-seller-partner | ||
|
@@ -45,11 +45,16 @@ data: | |
upgradeDeadline: "2023-12-11" | ||
3.0.0: | ||
message: | ||
Streams 'GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL' and 'GET_FLAT_FILE_ALL_ORDERS_DATA_BY_LAST_UPDATE_GENERAL' now have updated schemas. | ||
Streams 'GET_AMAZON_FULFILLED_SHIPMENTS_DATA_GENERAL', 'GET_LEDGER_DETAIL_VIEW_DATA', 'GET_MERCHANTS_LISTINGS_FYP_REPORT', | ||
'GET_STRANDED_INVENTORY_UI_DATA', and 'GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE' now have date-time formatted fields. | ||
Streams `GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL` and `GET_FLAT_FILE_ALL_ORDERS_DATA_BY_LAST_UPDATE_GENERAL` now have updated schemas. | ||
Streams `GET_AMAZON_FULFILLED_SHIPMENTS_DATA_GENERAL`, `GET_LEDGER_DETAIL_VIEW_DATA`, `GET_MERCHANTS_LISTINGS_FYP_REPORT`, | ||
`GET_STRANDED_INVENTORY_UI_DATA`, and `GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE` now have date-time formatted fields. | ||
Users will need to refresh the source schemas and reset these streams after upgrading. | ||
upgradeDeadline: "2024-01-12" | ||
4.0.0: | ||
message: | ||
Stream `GET_FBA_STORAGE_FEE_CHARGES_DATA` now has updated schema, which matches Amazon Seller Partner docs. | ||
Users will need to refresh the source schemas and reset these streams after upgrading. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Users will need to refresh the source schema and reset this stream after upgrading. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated |
||
upgradeDeadline: "2024-03-11" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this autolink to the migration guide? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No. Do you have an example of how this should look like? |
||
supportLevel: community | ||
tags: | ||
- language:python | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stream
GET_FBA_STORAGE_FEE_CHARGES_DATA
schema has been updated to match Amazon Seller Partner.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated