-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Swapping the order of kind and dataset_id in Query constructor. #718
Conversation
e7b3e23
to
5fd4656
Compare
:type dataset_id: string | ||
:param dataset_id: The ID of the dataset to query. If not passed, | ||
uses the implicit default. | ||
|
||
:type kind: string | ||
:param kind: The kind to query. | ||
|
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.
Also updating docstring in Query.fetch() to reflect this.
Partially addresses #704.