Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@tswast tswast released this 03 Jan 18:08
61bc28f

PyPI release, Conda Forge release

  • Use the google-cloud-bigquery library for API calls. The google-cloud-bigquery package is a new dependency, and dependencies on google-api-python-client and httplib2 are removed. See the installation guide for more details. (#93)
  • Structs and arrays are now named properly (#23) and BigQuery functions like array_agg no longer run into errors during type conversion (#22 ).
  • :func:to_gbq now uses a load job instead of the streaming API. Remove StreamingInsertError class, as it is no longer used by :func:to_gbq. (#7, #75 )