-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Rename 'dataset.Dataset' -> 'client.Client'. #946
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
Merged
tseaver
merged 1 commit into
googleapis:master
from
tseaver:944-datastore_client_from_dataset
Jun 25, 2015
Merged
Rename 'dataset.Dataset' -> 'client.Client'. #946
tseaver
merged 1 commit into
googleapis:master
from
tseaver:944-datastore_client_from_dataset
Jun 25, 2015
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 tasks
Contributor
|
LGTM with emphasis on m == ME @jgeewax May have a preference here. |
Contributor
|
OK so sample code would read something like... client = datastore.Client(dataset_id='whatever')
client.get(<key here>)? If so, then huge +1. |
Contributor
Contributor
Author
|
It is still in work (I have the ordering / break-up somewhat wrong in #944). |
tseaver
added a commit
that referenced
this pull request
Jun 25, 2015
Rename 'dataset.Dataset' -> 'client.Client'.
dhermes
added a commit
to dhermes/google-cloud-python
that referenced
this pull request
Jun 25, 2015
See googleapis#946 for context.
parthea
pushed a commit
that referenced
this pull request
Aug 21, 2025
* fix: separate create_stream() in pyarrow sample * remove append_rows() * lint * add blank row
This was referenced Sep 12, 2025
Closed
Closed
parthea
pushed a commit
that referenced
this pull request
Sep 16, 2025
* fix: separate create_stream() in pyarrow sample * remove append_rows() * lint * add blank row
parthea
pushed a commit
that referenced
this pull request
Sep 18, 2025
parthea
pushed a commit
that referenced
this pull request
Nov 22, 2025
parthea
added a commit
that referenced
this pull request
Nov 24, 2025
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea
pushed a commit
that referenced
this pull request
Nov 24, 2025
* fix: 16-bit hexadecimal formatting for XCTC span IDs * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * addressed nit * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Fixed test + docstring --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea
pushed a commit
that referenced
this pull request
Nov 24, 2025
…y_data (#817) (#946) * Fix issue 817 * Fix issue 817 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: venticello <omnisens@gmail.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Jim Morrison <phython@google.com>
parthea
pushed a commit
that referenced
this pull request
Nov 25, 2025
* fix: 16-bit hexadecimal formatting for XCTC span IDs * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * addressed nit * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Fixed test + docstring --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See #944.