You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When querying the table github_pull_request, I am getting partial table followed by the following error:
[ERROR] 1737904724752: github_pull_request: api_error="non-200 OK status code: 502 Bad Gateway body: \"{\n \\"data\\": null,\n \\"errors\\":[\n {\n \\"message\\":\\"Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include 6077:36DAD4:7DED00:FC1C21:67965282 when reporting this issue.\\"\n }\n ]\n}\n\""
Plugin version (steampipe plugin list)
0.44.0
To reproduce
run steampipe_export_github github_pull_request --where 'repository_full_name in ("<repo_with_1600_prs>")'
Expected behavior
get the full table
Additional context
sometimes I also get unexpected EOF
The text was updated successfully, but these errors were encountered:
Describe the bug
When querying the table
github_pull_request
, I am getting partial table followed by the following error:[ERROR] 1737904724752: github_pull_request: api_error="non-200 OK status code: 502 Bad Gateway body: \"{\n \\"data\\": null,\n \\"errors\\":[\n {\n \\"message\\":\\"Something went wrong while executing your query. This may be the result of a timeout, or it could be a GitHub bug. Please include
6077:36DAD4:7DED00:FC1C21:67965282when reporting this issue.\\"\n }\n ]\n}\n\""
Plugin version (
steampipe plugin list
)0.44.0
To reproduce
run
steampipe_export_github github_pull_request --where 'repository_full_name in ("<repo_with_1600_prs>")'
Expected behavior
get the full table
Additional context
sometimes I also get
unexpected EOF
The text was updated successfully, but these errors were encountered: