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

Checkpoint an empty table to mark it as complete #48593

Conversation

rodireich
Copy link
Contributor

What

Checkpoints an empty table in order to mark it as complete.

@rodireich rodireich requested a review from a team as a code owner November 21, 2024 06:15
Copy link

vercel bot commented Nov 21, 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 21, 2024 6:31am

@octavia-squidington-iii octavia-squidington-iii added the CDK Connector Development Kit label Nov 21, 2024
@@ -29,6 +29,21 @@ sealed class JdbcPartitionsCreator<

private val acquiredResources = AtomicReference<AcquiredResources>()

// A reader that only checkpoints the complete state of a partition
// used for empty tables
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note: inner allows the class access to the partition variable of its host JdbcPartitionsCreator

@rodireich rodireich changed the title checkpoint an empty table to mark it as complete Checkpoint an empty table to mark it as complete Nov 21, 2024
@rodireich rodireich merged commit 3296846 into 10757-mysql-beta-verify-flow-for-stale-offset-with-re-sync-data Nov 21, 2024
29 checks passed
@rodireich rodireich deleted the rodi/empty-table-checkpoint branch November 21, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDK Connector Development Kit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants