fix: flag authentication issues as config errors#69279
Merged
Maxime Carbonneau-Leclerc (maxi297) merged 2 commits intoNov 12, 2025
Merged
fix: flag authentication issues as config errors#69279Maxime Carbonneau-Leclerc (maxi297) merged 2 commits into
Maxime Carbonneau-Leclerc (maxi297) merged 2 commits into
Conversation
Contributor
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. Helpful Resources
PR Slash CommandsAirbyte Maintainers (that's you!) can execute the following slash commands on your PR:
|
|
|
||
| | Version | Date | Pull Request | Subject | | ||
| |:---------------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| | 2.9.16 | 2025-11-11 | [69278](https://github.com/airbytehq/airbyte/pull/69278) | Flag authentication issues as config_error | |
Contributor
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'config_error'?
|
|
||
| | Version | Date | Pull Request | Subject | | ||
| |:---------------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| | 2.9.16 | 2025-11-11 | [69279](https://github.com/airbytehq/airbyte/pull/69279) | Flag authentication issues as config_error | |
Contributor
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'config_error'?
Contributor
|
Contributor
|
Deploy preview for airbyte-docs ready! ✅ Preview Built with commit 3debbb6. |
Anatolii Yatsuk (tolik0)
approved these changes
Nov 12, 2025
sophiecuiy
pushed a commit
that referenced
this pull request
Nov 14, 2025
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
Addresses https://airbyte.pagerduty.com/incidents/Q0MU1CM2NJU6WY
Following airbytehq/airbyte-python-cdk#829
How
Update CDK version
Given invalid oauth creds, we have:
With the new version:
Review guide
User Impact
Can this PR be safely reverted and rolled back?