- Notifications
You must be signed in to change notification settings - Fork1.6k
doc(bigquery): add code sample for scripting#9537
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
doc(bigquery): add code sample for scripting#9537
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This code sample initiates a scripting job and then demonstrates how tofetch the results and the child jobs.Removes system test for scripting, as it's redundant with the codesample.
Uh oh!
There was an error while loading.Please reload this page.
plamut left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
Looks good, apart from the remark@tseaver gave.
(disclaimer: I wrote the original system test that this sample is based on)
plamut 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.
Looks good. 👍
This code sample initiates a scripting job and then demonstrates how to
fetch the results and the child jobs.
Removes system test for scripting, as it's redundant with the code
sample.