-
Notifications
You must be signed in to change notification settings - Fork 316
docs(samples): table variable fix #1287
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
Conversation
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
Updated table variable in "# Print row data in tabular format." to point at the correct table_id.
Not sure how to get these checks to pass. Thoughts? |
Fixed spacing issue.
…igquery into adhiggs-patch-1
Hey, @adhiggs, the |
Hi @steffnay, looping you in on bugs related, stay tuned. |
Hi @steffnay this change is for clarity and consistency. In other code samples in https://cloud.google.com/bigquery/docs/samples/bigquery-browse-table the table variable passed to methods is 'table_id', except for the last example under "# Print row data in tabular format." where it's 'table', so the last code block wouldn't run while table variable is defined as 'table_id'. |
Hi team! Is there anything blocking this item from being merged in? |
Updated table variable in "# Print row data in tabular format." to point at the correct table_id. Fixes https://togithub.com/googleapis/python-bigquery/issues/1286
Updated table variable in "# Print row data in tabular format." to point at the correct table_id.
Fixes #1286