Open
Description
As I was implementing a GithubStream for community_profile
, I stumbled upon the following issue:
Some repos actually return a 404 when we request their community_profile
. It is quite lucky that this got caught early thanks to the main test repo being one of these edge-cases. Though I still do not understand why.
- https://api.github.com/repos/facebook/react/community/profile works...
- https://api.github.com/repos/MeltanoLabs/target-athena/community/profile doesn't work 🤯 -> 404
As a workaround, we could allow tolerated_http_errors
and handle them differently. This is what I have implemented here. But I am open to other ideas 😄
Open question:
- Is it worth implementing at the SDK level? This seems a bit specific to GitHub but 🤷
Metadata
Metadata
Assignees
Labels
No labels