-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Routines API. Adds support for managing permanent functions in BigQuery, such as scalar UDFs and stored procedures. At present, only scalar UDF functionality is available. Routines are registered as resources inside of datasets, and allow expected CRUD operations. Currently, routines do not support partial updates. See: https://cloud.google.com/bigquery/docs/reference/rest/v2/routines * Add QueryJob.ddl_target_routine property. Adjust docstrings.
- Loading branch information
Showing
23 changed files
with
2,100 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.