Skip to content

Commit

Permalink
Update after review
Browse files Browse the repository at this point in the history
  • Loading branch information
lazebnyi committed Dec 16, 2024
1 parent 5ed7af1 commit a2aa141
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ data:
message: Stream `GET_FBA_STORAGE_FEE_CHARGES_DATA` schema has been updated to match Amazon Seller Partner. Users will need to refresh the source schema and reset this stream after upgrading.
upgradeDeadline: "2024-03-11"
5.0.0:
message: The PK for the stream `GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL` has been removed to prevent incorrect record deduplication in sync mode. Users will need to refresh the source schema and reset this stream after upgrading.
message: The PK for the stream `GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL` has been removed to prevent incorrect record deduplication in Full Refresh (Overwrite + Deduped) and Incremental (Append + Deduped) sync modes. Users will need to refresh the source schema and reset this stream after upgrading.
upgradeDeadline: "2024-11-20"
deadlineAction: "auto_upgrade"
supportLevel: certified
Expand Down
6 changes: 3 additions & 3 deletions docs/integrations/sources/amazon-seller-partner-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Upgrading to 5.0.0

The PK for the stream `GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL` has been removed, as none composition of the fields could be used as a primary key.
The PK for the stream `GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL` has been removed, as no composition of the fields could be used as a primary key

After upgrading, users will need to refresh the source schema and reset this stream if it was previously used in deduplication mode.
And if you notice missing data before upgrade, resetting may resolve the issue for the stream.
After upgrading, users will need to refresh the source schema and reset `GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL` stream if it was previously used in deduplication mode.
If you are experiencing missing data prior to the 5.0.0 upgrade, resetting data may resolve issues for the `GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_GENERAL` stream.

### Refresh affected schemas and reset data

Expand Down

0 comments on commit a2aa141

Please sign in to comment.