-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bigquery/tables code create table is broken #223
Comments
Good catch! Sorry about that. |
Fixed |
I feel it's in #244 but why don't you put |
I'm aware of this functionality, I had simply forgotten about this issue when I cleaned up the BigQuery samples. Here, I'll retroactively reference this issue: |
* updated CHANGELOG.md * updated package.json * updated samples/package.json
* updated CHANGELOG.md * updated package.json * updated samples/package.json
https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/bigquery/tables.js#L24
the createTable is defined with 4 arguments but called with only 3 arguments, caused runtime broken of callback not defined
https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/bigquery/tables.js#L233
The text was updated successfully, but these errors were encountered: