Cleiton Ambrosio
07/03/2024, 8:09 PMKeyError: 'LastUpdateDate'
on singer_sdk/helpers/_state.py", line 219, in increment_state
🤔
Has anybody ever run into this error before? (be it with this or another tap)
A bigger part of the stack trace is in the screenshot below, or fully in the attached log file.Edgar RamÃrez (Arch.dev)
07/03/2024, 8:41 PMCleiton Ambrosio
07/08/2024, 5:54 PMorder
(not only their AmazonOrderId
) in such a way that this replication key is kept.
Now I am facing a QuotaExceeded issue, but trying to check whether the tap has some kind of flexible-retry workaround 🤔Edgar RamÃrez (Arch.dev)
07/08/2024, 8:00 PMsinger-sdk
library (0.4.4 vs current 0.38.0) and a few of these problems have been addressed upstream in the meantime:
1. Replication keys are automatically selected: https://github.com/meltano/sdk/commit/eec6e6abd951ea43d7a5ca1e61237dcd8e29ebc2
2. Backoff helpers have been improved
It might be worth forking the repo and making updates there. I don't know if hotglue (the maintainers) are interested, but submitting MRs for those changes would also be nice. I would do so myself but I don't have credentials to test the tap.