You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
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.
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.