-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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: Remove optional parameter Accept
for reaction's streams to fix error with 502
HTTP status code
#9492
🐛 Source Github: Remove optional parameter Accept
for reaction's streams to fix error with 502
HTTP status code
#9492
Conversation
…s to fix error with 502 HTTP status code
…urochkin/fix-github-502-error-for-streams-with-reactions
/test connector=connectors/source-github
|
/test connector=connectors/source-github
|
airbyte-integrations/connectors/source-github/source_github/streams.py
Outdated
Show resolved
Hide resolved
Please use template from |
/test connector=connectors/source-github
|
…urochkin/fix-github-502-error-for-streams-with-reactions
/publish connector=connectors/source-github
|
/publish connector=connectors/source-github
|
What
This PR is intended to fix the problem that arises in the https://github.com/airbytehq/oncall/issues/75 task. Unfortunately, I was never able to reproduce the error that appears in the user, however, I found an article on the Github forum that 502 errors sometimes appear due to the
Assert
header, so I removed it, after checking the data for identity with and without this header him..How
Remove
Accept
header for Reaction's streamsRecommended reading order
x.java
y.python
Pre-merge Checklist
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/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 hereThis change is