- Notifications
You must be signed in to change notification settings - Fork1.6k
feat(bigquery): add script statistics to job resource#9428
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
tseaver 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.
Please add explicit unit test coverage for theScriptStackFrame andScriptStatistics classes.
shollyman 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.
Iterating by parent was already implemented, as were the ParentJobId and NumChildJobs fields on JobStatistics. This rounds out the implementation. I am assuming integration testing will happen in the context of samples.
In addition to the parent ID property, the new scripting feature adds a new
scriptStatisticsproperty. This can be calling jobs.get on a script child job in the APIs Explorer.Follow-up to#9190 🦕