-
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
null safety in debezium to airbyte message generation #41622
null safety in debezium to airbyte message generation #41622
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
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.
Thanks for the quick fix!
…e-crashes-source-postgres
…e-crashes-source-postgres
I applied a dev build on the affected workspace which helped uncover the root cause. |
features = ['db-sources', 'datastore-postgres'] | ||
useLocalCdk = false | ||
useLocalCdk = true |
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.
Was this intentional or done for testing?
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.
Forgot to reply - sorry
This is the usual way of operation when making changes in CDK.
Until that CDK is published as a new version, the connector needs to consume a locally built CDK.
Once you publish a CDK we change this back to false ahead of merging.
…e-crashes-source-postgres
…e-crashes-source-postgres
/publish-java-cdk
|
What
Fixes #41620
Fix null safety in java to kotlin code causing debezium event processing error if a "before" node is missing on the change event.
Can this PR be safely reverted and rolled back?