Skip to content
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-mysql/mssql] Fix state manager on determining non-resumable streams #45181

Merged
merged 8 commits into from
Sep 10, 2024

Conversation

xiaohansong
Copy link
Contributor

@xiaohansong xiaohansong commented Sep 5, 2024

What

fixes https://github.com/airbytehq/oncall/issues/6204
fixes https://github.com/airbytehq/airbyte-internal-issues/issues/8820
fixes https://github.com/airbytehq/oncall/issues/6144

Some streams were not correctly categorized and caused us not sending them in state properly.
Also introduced completedNonResumableStream and will be sent in all state messsages (in fact we can either do that or just pass through all streams in state, I chose a more accurate way to do so)

How

Review guide

User Impact

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

@xiaohansong xiaohansong requested a review from a team as a code owner September 5, 2024 22:29
Copy link

vercel bot commented Sep 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 10, 2024 9:30pm

Copy link
Contributor

@rodireich rodireich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.
Does postgres need something similar?

@xiaohansong
Copy link
Contributor Author

@rodireich thanks for reviewing! postgres has been doing this already.

@xiaohansong xiaohansong merged commit 03584d5 into master Sep 10, 2024
40 checks passed
@xiaohansong xiaohansong deleted the xiaohan/mysqlcount branch September 10, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/mssql connectors/source/mysql
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants