BigQuery job body included in many requests that don't need it #647
Closed
Description
Filed internally at b/21557935, moving to public here:
Ryan, looking at some of our API logs for an unrelated issue, I see gcloud-node is including a giant query string of an entire job configuration for BigQuery API methods that do not require it, such as getQueryResults(). Is there any reason for this? Looking at the gcloud-node code, it seems like simply removing it from all the GET call request options should greatly reduce request size.
I'm guessing the issue starts here.