-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Swapping the order of kind and dataset_id in Query constructor. #718
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
Swapping the order of kind and dataset_id in Query constructor. #718
Conversation
e7b3e23 to
5fd4656
Compare
gcloud/datastore/query.py
Outdated
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
LGTM, modulo the |
Also updating docstring in Query.fetch() to reflect this. Partially addresses googleapis#704.
5fd4656 to
749712e
Compare
|
Rebased on top of HEAD / swapped the docstring args back to the rightful position. Will wait on Travis before merging. Boo to slow Travis. It seems they went from no outages to weekly outages in the recent past. |
|
Changes Unknown when pulling 749712e on dhermes:change-query-argument-order into * on GoogleCloudPlatform:master*. |
|
Changes Unknown when pulling 749712e on dhermes:change-query-argument-order into * on GoogleCloudPlatform:master*. |
|
Merging. Coveralls decided not to send the message but it says 100%: UPDATE: Coveralls literally sent the go-ahead as I clicked "Comment". Amazing! |
Swapping the order of kind and dataset_id in Query constructor.
* feat: Add support for python 3.11 chore: Update gapic-generator-python to v1.8.0 PiperOrigin-RevId: 500768693 Source-Link: googleapis/googleapis@190b612 Source-Link: googleapis/googleapis-gen@7bf29a4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2JmMjlhNDE0YjllY2FjMzE3MGYwYjY1YmRjMmE5NTcwNWMwZWYxYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * require proto-plus 1.22.2 for python 3.11 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
… index (#718) * feat: add ApiScope and COLLECTION_RECURSIVE query_scope for Firestore index PiperOrigin-RevId: 532955594 Source-Link: googleapis/googleapis@b4bb0e2 Source-Link: googleapis/googleapis-gen@57104e2 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTcxMDRlMmEwOGI3N2Q3YzVmMzllYjViOTcyY2U5ODFkNzgyMjQ0NSJ9 * 🦉 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> Co-authored-by: meredithslota <meredithslota@google.com>
Also updating docstring in Query.fetch() to reflect this.
Partially addresses #704.