I intend to run batch queries in order to amend some fields value and insert the result in another table. As an example:
bq --nosync query --batch --destination_table=datasetId.anotherTable "SELECT field0+1, field1, field2 FROM datasetId.someTable"
But I get this error:
Job Type State Start Time Duration Bytes Processed
---------- --------- ----------------- ---------- -----------------
query FAILURE 06 Sep 11:09:58 0:00:04
Errors encountered during job execution. Response too large to return.