-
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 Recurly: Remove definition redundancy, schema redundancy, update to latest CDK and make compatibility with builder #48474
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
/format-fix
|
/bump-version type="minor" changelog="Remove definition and schema redundancy, update to latest CDK and make compatibility with builder"
|
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.
These changes make sense to me, thanks for the clever fix with the separate parent stream.
Does the unique_coupon_codes
stream resolve as its own stream? If so, can you test it in builder and commit back the stream hash?
Verified the stream via builder and updated hash ✔️ |
…te to latest CDK and make compatibility with builder (#48474) Co-authored-by: Octavia Squidington III <[email protected]>
What
Closes #48479
Fix for
Stream Unique_coupons: SubstreamPartitionRouter's parent stream doesn't match any other stream
Cause:
Record filter:
Other problems:
How