BigQuery: Ruby - Implement Scripting API Changes #4810
Labels
api: bigquery
Issues related to the BigQuery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
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.
The text was updated successfully, but these errors were encountered: