Uh oh!
There was an error while loading. Please reload this page.
docs(samples): table variable fix - #1287
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
steffnay
commented
Jul 12, 2022
Hey, @adhiggs, the |
adhiggs
commented
Jul 16, 2022
Hi @steffnay, looping you in on bugs related, stay tuned. |
Vadoid
commented
Jul 18, 2022
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'. |
adhiggs
commented
Dec 1, 2022
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