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

Handle empty table states #48629

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

rodireich
Copy link
Contributor

@rodireich rodireich commented Nov 25, 2024

Fixes logic for empty tables saved state:

  1. Parse correctly previously saved state from legacy mysql which may include null value for cursor of the entire streamState (under cdc+full refresh)
  2. Correctly save a state of an empty stream in CDC and user cursor mode and in incremental and full refresh modes.

rsolves https://github.com/airbytehq/airbyte-internal-issues/issues/10908, https://github.com/airbytehq/airbyte-internal-issues/issues/10906

Copy link

vercel bot commented Nov 25, 2024

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

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Nov 25, 2024 0:56am

@octavia-squidington-iii octavia-squidington-iii added area/connectors Connector related issues CDK Connector Development Kit connectors/source/mysql labels Nov 25, 2024
@rodireich rodireich marked this pull request as ready for review November 25, 2024 01:23
@rodireich rodireich requested a review from a team as a code owner November 25, 2024 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues CDK Connector Development Kit connectors/source/mysql
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants