Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs: Updates query to query and wait inclient_query_w_positional_params.py#1786

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tswast merged 5 commits intogoogleapis:mainfromDevStephanie:Stephanie3
Jan 25, 2024

Conversation

@DevStephanie
Copy link
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as abug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

@DevStephanieDevStephanie requested review froma team ascode ownersJanuary 17, 2024 04:12
@product-auto-labelproduct-auto-labelbot added the size: xsPull request size is extra small. labelJan 17, 2024
@conventional-commit-lint-gcf
Copy link

conventional-commit-lint-gcfbot commentedJan 17, 2024
edited
Loading

🤖 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 useautomerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@product-auto-labelproduct-auto-labelbot added the api: bigqueryIssues related to the googleapis/python-bigquery API. labelJan 17, 2024
@kiraksikiraksi added kokoro:force-runAdd this label to force Kokoro to re-run the tests. owlbot:runAdd this label to trigger the Owlbot post processor. labelsJan 17, 2024
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelJan 17, 2024
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelJan 17, 2024
@kiraksikiraksi requested review fromtswast and removed request forGaoleMeng andpartheaJanuary 17, 2024 11:14
@kiraksikiraksi added the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelJan 17, 2024
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-runAdd this label to force Kokoro to re-run the tests. labelJan 17, 2024
@chalmerlowechalmerlowe added the type: docsImprovement to the documentation for an API. labelJan 22, 2024
@kiraksikiraksi self-requested a reviewJanuary 25, 2024 09:47
]
)
query_job=client.query(query,job_config=job_config)# Make an API request.
query_job=client.query_and_wait(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Please rename this variable, as the return value is no longer a QueryJob object. Instead it is a RowIterator object. "rows" or "results" could be a good name.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Yes, sounds good. Will correct that now.

query,job_config=job_config
)# Make an API request.

forrowinquery_job:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This line needs to be updated too. Thequery_job variable doesn't exist anymore.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Yes, will correct now.

Copy link
Contributor

@tswasttswast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks!

@tswasttswast added kokoro:runAdd this label to force Kokoro to re-run the tests. owlbot:runAdd this label to trigger the Owlbot post processor. labelsJan 25, 2024
@gcf-owl-botgcf-owl-botbot removed the owlbot:runAdd this label to trigger the Owlbot post processor. labelJan 25, 2024
@tswasttswastenabled auto-merge (squash)January 25, 2024 20:01
@yoshi-kokoroyoshi-kokoro removed the kokoro:runAdd this label to force Kokoro to re-run the tests. labelJan 25, 2024
@tswasttswast merged commit410f71e intogoogleapis:mainJan 25, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@tswasttswasttswast approved these changes

@kiraksikiraksiAwaiting requested review from kiraksi

Assignees

No one assigned

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.size: xsPull request size is extra small.type: docsImprovement to the documentation for an API.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@DevStephanie@tswast@chalmerlowe@yoshi-kokoro@kiraksi

[8]ページ先頭

©2009-2025 Movatter.jp