fix(source-zendesk-support): update CDK to prerelease version with OAuth race condition fix#72380
Merged
Anatolii Yatsuk (tolik0) merged 4 commits intoJan 27, 2026
Conversation
…uth race condition fix Co-Authored-By: gl_anatolii.yatsuk@airbyte.io <gl_anatolii.yatsuk@airbyte.io>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. 💡 Show Tips and TricksPR Slash CommandsAirbyte Maintainers (that's you!) can execute the following slash commands on your PR:
📚 Show Repo GuidanceHelpful Resources
|
Co-Authored-By: gl_anatolii.yatsuk@airbyte.io <gl_anatolii.yatsuk@airbyte.io>
Contributor
|
Co-Authored-By: gl_anatolii.yatsuk@airbyte.io <gl_anatolii.yatsuk@airbyte.io>
Anatolii Yatsuk (tolik0)
approved these changes
Jan 27, 2026
Co-Authored-By: gl_anatolii.yatsuk@airbyte.io <gl_anatolii.yatsuk@airbyte.io>
Contributor
|
Deploy preview for airbyte-docs ready! ✅ Preview Built with commit ea877c7. |
Alfredo Garcia (agarctfi)
approved these changes
Jan 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Updates the source-zendesk-support connector to use a prerelease CDK version that fixes an OAuth race condition where multiple streams starting concurrently with an expired token would all attempt to refresh simultaneously, causing failures with single-use refresh tokens.
Related CDK PR: airbytehq/airbyte-python-cdk#883
How
Updates the
baseImageinmetadata.yamlfrom the stable7.6.5to the prerelease7.6.5.post3.dev21398747886which includes thread-safe token refresh with double-checked locking.Review guide
airbyte-integrations/connectors/source-zendesk-support/metadata.yaml- CDK base image version update and version bumpUser Impact
Users authenticating via OAuth with rotating refresh tokens should no longer experience authentication failures when multiple streams start concurrently with an expired token.
Can this PR be safely reverted and rolled back?
Updates since last revision
5.0.1to5.0.2Requested by: gl_anatolii.yatsuk@airbyte.io
Link to Devin run: https://app.devin.ai/sessions/2f784e9440324787893047ac3a1c0fbc