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
In this example, through2.obj needs the callback call?
varthrough2=require('through2');varfs=require('fs');job.getQueryResults().pipe(through2.obj(function(row,enc,next){this.push(JSON.stringify(row)+'\n');//next(); is missing from docs})).pipe(fs.createWriteStream('./test/testdata/testfile.json'));
The text was updated successfully, but these errors were encountered:
https://googlecloudplatform.github.io/gcloud-node/#/docs/v0.25.1/bigquery/job
In this example, through2.obj needs the callback call?
The text was updated successfully, but these errors were encountered: