-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Allow additional properties in db stream state #15538
Conversation
@@ -27,7 +27,7 @@ definitions: | |||
"$ref": "#/definitions/DbStreamState" | |||
DbStreamState: | |||
type: object | |||
additionalProperties: false | |||
additionalProperties: 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.
This is the main change.
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.
👍
There are a lot of PRs these days turning additionalProperties
to true. Should we do that everywhere?
I think so. Anything with |
/publish connector=connectors/source-postgres-strict-encrypt
if you have connectors that successfully published but failed definition generation, follow step 4 here |
/publish connector=connectors/source-postgres
if you have connectors that successfully published but failed definition generation, follow step 4 here |
/publish connector=connectors/source-mysql-strict-encrypt
if you have connectors that successfully published but failed definition generation, follow step 4 here |
/publish connector=connectors/source-mysql
if you have connectors that successfully published but failed definition generation, follow step 4 here |
/publish connector=connectors/source-mssql-strict-encrypt
if you have connectors that successfully published but failed definition generation, follow step 4 here |
/publish connector=connectors/source-mssql
if you have connectors that successfully published but failed definition generation, follow step 4 here From @tuliren: the failure seems transient. Will retry.
if you have connectors that successfully published but failed definition generation, follow step 4 here |
…hub.com/airbytehq/airbyte into liren/prepare-for-record-count-emission
What
DbStreamState
for SQL Sources should include previous sync's cursor value in SELECT statement as not to skip rows added mid-sync #14732.🚨 User Impact 🚨
None expected.