-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
🐛 Source Github: log the error message for streams that are restricted for OAuth #9868
Conversation
…hub-permission-test
All configurations with previously configured github source would have to re-auth for new scopes? |
Not necessary:
Necessary
|
…hub-permission-test
This comment has been minimized.
This comment has been minimized.
/test connector=connectors/source-github
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please try to check my assumption
/test connector=connectors/source-github
|
/publish connector=connectors/source-github
|
What
Resolving On-Call: https://github.com/airbytehq/oncall/issues/117
How
403 Forbidden
for certain streams, likeTeams
source-github
(GitHubOAuthFlow.java)config_oauth
into SAT tests + created new secret for that, this part wasn't tested before🚨 User Impact 🚨
Users must update the connector version up to
0.2.16
, in some cases users should proceed there-authentication
for their GitHub connector, check theNote
bellow.Note:
Re-authenticate
the connector is required if:403 Forbidden
for certain streams, on versions <0.2.16
using Airbyte-Cloud.Otherwise
:Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
#### Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
docs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described here