Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Jan 27, 2026

What

⚠️ DO NOT MERGE - Testing PR Only ⚠️

This PR is for testing the OAuth race condition fix from the prerelease CDK version. It includes a short token expiry time (expires_in: 600 = 10 minutes) to force frequent token refreshes and validate the fix.

Related CDK PR: airbytehq/airbyte-python-cdk#883

How

  1. Updates baseImage in metadata.yaml to prerelease CDK version 7.6.5.post3.dev21398747886 which includes thread-safe token refresh with double-checked locking
  2. Changes expires_in from 172800 (48 hours) to 600 (10 minutes) in manifest.yaml to force frequent token refreshes during testing
  3. Bumps dockerImageTag from 5.0.1 to 5.0.2

Review guide

  1. metadata.yaml - CDK version update and version bump
  2. manifest.yaml - expires_in change (line 28)

User Impact

This is a testing-only PR. The short token expiry would cause excessive token refreshes if deployed to production.

Can this PR be safely reverted and rolled back?

  • YES 💚

Requested by: gl_anatolii.yatsuk@airbyte.io

Link to Devin run: https://app.devin.ai/sessions/2f784e9440324787893047ac3a1c0fbc

… 600 for testing (do not merge)

Co-Authored-By: gl_anatolii.yatsuk@airbyte.io <gl_anatolii.yatsuk@airbyte.io>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@github-actions
Copy link
Contributor

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

💡 Show Tips and Tricks

PR Slash Commands

Airbyte Maintainers (that's you!) can execute the following slash commands on your PR:

  • 🛠️ Quick Fixes
    • /format-fix - Fixes most formatting issues.
    • /bump-version - Bumps connector versions, scraping changelog description from the PR title.
  • ❇️ AI Testing and Review:
    • /ai-docs-review - Provides AI-powered documentation recommendations for PRs with connector changes.
    • /ai-prove-fix - Runs prerelease readiness checks, including testing against customer connections.
    • /ai-canary-prerelease - Rolls out prerelease to 5-10 connections for canary testing.
    • /ai-review - AI-powered PR review for connector safety and quality gates.
  • 🚀 Connector Releases:
    • /publish-connectors-prerelease - Publishes pre-release connector builds (tagged as {version}-preview.{git-sha}) for all modified connectors in the PR.
    • /bump-progressive-rollout-version - Bumps connector version with an RC suffix (2.16.10-rc.1) for progressive rollouts (enableProgressiveRollout: true).
      • Example: /bump-progressive-rollout-version changelog="Add new feature for progressive rollout"
  • ☕️ JVM connectors:
    • /update-connector-cdk-version connector=<CONNECTOR_NAME> - Updates the specified connector to the latest CDK version.
      Example: /update-connector-cdk-version connector=destination-bigquery
    • /bump-bulk-cdk-version bump=patch changelog='foo' - Bump the Bulk CDK's version. bump can be major/minor/patch.
  • 🐍 Python connectors:
    • /poe connector source-example lock - Run the Poe lock task on the source-example connector, committing the results back to the branch.
    • /poe source example lock - Alias for /poe connector source-example lock.
    • /poe source example use-cdk-branch my/branch - Pin the source-example CDK reference to the branch name specified.
    • /poe source example use-cdk-latest - Update the source-example CDK dependency to the latest available version.
  • ⚙️ Admin commands:
    • /force-merge reason="<REASON>" - Force merges the PR using admin privileges, bypassing CI checks. Requires a reason.
      Example: /force-merge reason="CI is flaky, tests pass locally"
📚 Show Repo Guidance

Helpful Resources

📝 Edit this welcome message.

Co-Authored-By: gl_anatolii.yatsuk@airbyte.io <gl_anatolii.yatsuk@airbyte.io>
@tolik0
Copy link
Contributor

tolik0 commented Jan 27, 2026

/publish-connectors-prerelease

Pre-release Connector Publish Started

Publishing pre-release build for connector source-zendesk-support.
PR: #72381

Pre-release versions will be tagged as {version}-preview.c19f94e
and are available for version pinning via the scoped_configuration API.

View workflow run
Pre-release Publish: SUCCESS

Docker image (pre-release):
airbyte/source-zendesk-support:5.0.2-preview.c19f94e

Docker Hub: https://hub.docker.com/layers/airbyte/source-zendesk-support/5.0.2-preview.c19f94e

Registry JSON:

@github-actions
Copy link
Contributor

github-actions bot commented Jan 27, 2026

source-zendesk-support Connector Test Results

196 tests   192 ✅  4m 30s ⏱️
  2 suites    4 💤
  2 files      0 ❌

Results for commit 6110631.

♻️ This comment has been updated with latest results.

Co-Authored-By: gl_anatolii.yatsuk@airbyte.io <gl_anatolii.yatsuk@airbyte.io>
@github-actions
Copy link
Contributor

Deploy preview for airbyte-docs ready!

✅ Preview
https://airbyte-docs-r153amegp-airbyte-growth.vercel.app

Built with commit 6110631.
This pull request is being automatically deployed with vercel-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants