Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

docs: add simple query connection read api sample - #3394

Merged
PhongChuong merged 7 commits into
mainfrom
b349465856
Jul 26, 2024
Merged

docs: add simple query connection read api sample#3394
PhongChuong merged 7 commits into
mainfrom
b349465856

Conversation

@PhongChuong

@PhongChuongPhongChuong commented Jul 17, 2024

Copy link
Copy Markdown
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 a bug/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#3404 ☕️

@conventional-commit-lint-gcf

conventional-commit-lint-gcfBot commented Jul 17, 2024

Copy link
Copy Markdown

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

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

@product-auto-labelproduct-auto-labelBot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/java-bigquery API. samples Issues that are directly related to samples. labels Jul 17, 2024
@PhongChuong
PhongChuong marked this pull request as ready for review July 25, 2024 22:39
@snippet-bot

snippet-botBot commented Jul 25, 2024

Copy link
Copy Markdown

Here is the summary of changes.

You are about to add 1 region tag.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@PhongChuongPhongChuong changed the title chore: add simple query connection read api sampledocs: add simple query connection read api sampleJul 25, 2024
@PhongChuong

Copy link
Copy Markdown
ContributorAuthor

Thanks for the review.

@gcf-owl-bot
gcf-owl-botBot requested review from a team and Neenu1995July 25, 2024 23:18
@PhongChuong
PhongChuong merged commit d407baa into mainJul 26, 2024
@PhongChuong
PhongChuong deleted the b349465856 branch July 26, 2024 13:16
@release-pleaserelease-pleaseBot mentioned this pull request Jul 26, 2024
lqiu96 pushed a commit that referenced this pull request Aug 28, 2024
* Basic setup for connection api sample using simple query
* Update sample to use Connection
* Fix import/lint
* Fix import order
* Remove closing result set as it is not implemented
* Remove necessary TODO comment
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigqueryIssues related to the googleapis/java-bigquery API.samplesIssues that are directly related to samples.size: mPull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add code snippet for using Connection

3 participants

@PhongChuong@shollyman@olivi-eh