google-cloud-bigquery 1.21.0
10-16-2019 10:33 PDT
New Features
- add ability to pass in a table ID instead of a query to the
%%bigquerymagic (#9170) - add support for custom
QueryJobConfiginBigQuery.cursor.executemethod (#9278) - store
QueryJobto destination var on error in%%bigquerymagic (#9245) - add script statistics to job resource (#9428)
- add support for sheets ranges (#9416)
- add support for listing jobs by parent job (#9225)
- expose customer managed encryption key for ML models (#9302)
- add
Dataset.default_partition_expiration_msandTable.require_partition_filterproperties (#9464)
Dependencies
- restrict version range of
google-resumable-media(#9243)
Documentation
- document how to load data as JSON string (#9231)
- standardize comments and formatting in existing code samples (#9212)
- rewrite docstrings in Google style (#9326)
- fix incorrect links to REST API in reference docs (#9436)