Is there an existing issue for this?
Current Behavior
Table resolver will fail with the following error:
ERR table resolver finished with error error="http2: server sent GOAWAY and closed the connection; LastStreamID=19999, ErrCode=NO_ERROR, debug=\"\"" client=shopify
Expected Behavior
Resolver should retry this request
CloudQuery (redacted) config
n/a
Steps To Reproduce
No response
CloudQuery (redacted) logs
2023-09-14T01:01:49Z ERR table resolver finished with error error="http2: server sent GOAWAY and closed the connection; LastStreamID=19999, ErrCode=NO_ERROR, debug=\"\"" client=shopify module=shopify-src table=shopify_orders
CloudQuery version
n/a
Additional Context
This seems to be a known issue with AWS load balancers:
golang/go#18639
Pull request (optional)