-
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 Stripe: Fix the Refunds
stream missing data in Incremental
sync mode
#39138
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Is it a breaking change? I'm asking because the state format is changing from {"created": 1717598674}
to {"updated": 1717598674}
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.
Preemptively approving given that this comment is addressed
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.
Conditional approval on the wording if you think this makes more sense
What
Resolving:
How
charge.refund.updated
toRefunds
stream incremental sync mode to retrieve theupdated
refundsCreatedCursorIncrementalStripeStream
toIncrementalStripeStream
to be used for theRefunds
stream and make theRefunds
streamconcurrent
againunit_tests
to reflect the changesUser Impact
This is the breaking change since the
cursor field
has changed fromcreated
>updated.
Resetting of the affected stream is required.Can this PR be safely reverted and rolled back?