Skip to content

google-cloud-bigquery 1.23.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 12 Dec 00:46
72c1275

12-11-2019 13:31 PST

New Features

  • Add close() method to client for releasing open sockets. (#9894)
  • Add support of use_avro_logical_types for extract jobs. (#9642)
  • Add support for hive partitioning options configuration. (#9626)
  • Add description for routine entities. (#9785)

Documentation

  • Update code samples to use strings for table and dataset IDs. (#9495)

Internal / Testing Changes

  • Run unit tests with Python 3.8. (#9880)
  • Import Mapping from collections.abc not from collections. (#9826)