Skip to content
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

BigQuery: Ruby - Implement Scripting API Changes #4810

Closed
d-torres opened this issue Feb 11, 2020 · 0 comments · Fixed by #4926
Closed

BigQuery: Ruby - Implement Scripting API Changes #4810

d-torres opened this issue Feb 11, 2020 · 0 comments · Fixed by #4926
Assignees
Labels
api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@d-torres
Copy link

This is a tracking FR for implementing Scripting API Changes within the BigQuery API.

This work complements the Routines API, which allows for the creation/persistence of stored procedures.

Scripts are a form of query that can contain multiple SQL statements, and features such as logic, variable assignments, and related control flow functionality. General documentation about scripting can be found in the Standard SQL reference pages.

Reference implementations: Go, Python and Java.

@quartzmo quartzmo self-assigned this Feb 11, 2020
@quartzmo quartzmo added api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Feb 11, 2020
quartzmo added a commit to quartzmo/google-cloud-ruby that referenced this issue Mar 27, 2020
* Add Job#num_child_jobs
* Add Job#parent_job_id

refs: googleapis#4810
quartzmo added a commit that referenced this issue Mar 30, 2020
* Add parent_job to Project#jobs
* Add Job#num_child_jobs
* Add Job#parent_job_id
* Add Job#script_statistics

closes: #4810
pr: #4926
yoshi-automation added a commit that referenced this issue Mar 31, 2020
b473372
commit b473372
Author: Chris Smith <[email protected]>
Date:   Mon Mar 30 16:17:56 2020 -0600

    feat(bigquery): Add Job#parent_job_id and Job#script_statistics

    * Add parent_job to Project#jobs
    * Add Job#num_child_jobs
    * Add Job#parent_job_id
    * Add Job#script_statistics

    closes: #4810
    pr: #4926
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants