-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Build a resume token with a pipeline consisting of selected streams #34594
Build a resume token with a pipeline consisting of selected streams #34594
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Before Merging a Connector Pull RequestWow! What a great pull request you have here! 🎉 To merge this PR, ensure the following has been done/considered for each connector added or updated:
If the checklist is complete, but the CI check is failing,
|
Equivalent to mongosh:
|
…cremental-read-with-resume-token-was-not-found
…cremental-read-with-resume-token-was-not-found
…cremental-read-with-resume-token-was-not-found
…cremental-read-with-resume-token-was-not-found
…cremental-read-with-resume-token-was-not-found
…cremental-read-with-resume-token-was-not-found
…34594) Co-authored-by: Akash Kulkarni <akash@airbyte.io> Co-authored-by: Akash Kulkarni <113392464+akashkulk@users.noreply.github.com>
…34594) Co-authored-by: Akash Kulkarni <akash@airbyte.io> Co-authored-by: Akash Kulkarni <113392464+akashkulk@users.noreply.github.com>
…irbytehq#34594) Co-authored-by: Akash Kulkarni <akash@airbyte.io> Co-authored-by: Akash Kulkarni <113392464+akashkulk@users.noreply.github.com>
…irbytehq#34594) Co-authored-by: Akash Kulkarni <akash@airbyte.io> Co-authored-by: Akash Kulkarni <113392464+akashkulk@users.noreply.github.com>
…irbytehq#34594) Co-authored-by: Akash Kulkarni <akash@airbyte.io> Co-authored-by: Akash Kulkarni <113392464+akashkulk@users.noreply.github.com>
…34594) Co-authored-by: Akash Kulkarni <akash@airbyte.io> Co-authored-by: Akash Kulkarni <113392464+akashkulk@users.noreply.github.com>
Scope initial resume token creation to just the database & streams chosen by the user. Also set debezium properties to scope the Change stream target to database (instead of deployment)
This logic is similar to how Debezium creates the initial resume token.