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
{{ message }}
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
I was using createQueryStream in the 1.3 version. After updating to v2 the call does not work correctly anymore. It seems to start but then something goes wrong (see pic). The query string is passed in and is valid as it can be logged before the call and v1.3 works.
The v2 documentation does not mention createQueryStream anymore. Does that mean it was removed? The removal is not marked as a breaking change in the changelog.
Environment details
OS: Running in GAE
Node.js version: 10
npm version:
@google-cloud/bigquery version: 2
Steps to reproduce
Use createQueryStream in v1.3
Update to v2. Call seems to start but soon causes errors.
Making sure to follow these steps will guarantee the quickest resolution possible.
I was using
createQueryStreamin the 1.3 version. After updating to v2 the call does not work correctly anymore. It seems to start but then something goes wrong (see pic). The query string is passed in and is valid as it can be logged before the call and v1.3 works.The v2 documentation does not mention
createQueryStreamanymore. Does that mean it was removed? The removal is not marked as a breaking change in the changelog.Environment details
@google-cloud/bigqueryversion: 2Steps to reproduce
createQueryStreamin v1.3Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!