-
Notifications
You must be signed in to change notification settings - Fork 451
The Road to GA - BigQuery Updates #644
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
Conversation
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored by someone other than the pull request submitter. We need to confirm that they're okay with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
tswast
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, LGTM.
src/BigQuery/BigQueryClient.php
Outdated
| * in this client. | ||
| * } | ||
| * @return QueryResults | ||
| * @throws \RuntimeException If the maximum number of retries while waiting |
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.
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.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| public function cancel(array $options = []) | ||
| { | ||
| $this->connection->cancelJob($options + $this->identity); | ||
| } |
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.
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.
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.
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.
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.
|
@tswast updated based on our discussions in the comments. PTAL when you have a moment, :) |
9466a53 to
7da67d2
Compare
* Run query and wait for it to complete * Document exception on BigQueryClient::runQuery() * Update snippet test
* Switch to standard SQL by default * Fix setting of useLegacySql option * Fix job config logic * Address code review
…ery results (#642) * implement waitUntilComplete on job and block waiting for queryResults * fix getIterator docblock
* introduce job configuration classes * update tests/docs and add copy/load * modify retry logic * add create on insert logic
These changes help us prepare for a GA release of BigQuery. For more details on the work, please refer to the following PRs which have been aggregated here:
#604 - Run query and wait for it to complete
#634 - Add support for etags on bigquery tables and datasets
#640 - Switch to standard SQL by default
#642 - Implement waitUntilComplete and block while waiting for query results
#643 - Generate BigQuery Job ID on client side with optional prefix
Edit: Also now includes #686
/cc @tswast @michaelbausor