Skip to content

Releases: googleapis/python-bigquery

v2.34.1

02 Mar 21:46
26daa66
Compare
Choose a tag to compare

2.34.1 (2022-03-02)

Dependencies

v2.34.0

18 Feb 19:47
358f91e
Compare
Choose a tag to compare

2.34.0 (2022-02-18)

Features

  • support BI Engine statistics in query job (#1144) (7482549)

v2.33.0

17 Feb 14:09
39ade39
Compare
Choose a tag to compare

2.33.0 (2022-02-16)

Features

  • add --no_query_cache option to %%bigquery magics to disable query cache (#1141) (7dd30af)

Bug Fixes

  • return 403 when VPC-SC violation happens (#1131) (f5daa9b)

Documentation

  • reference BigQuery REST API defaults in LoadJobConfig descrip… (#1132) (18d9580)
  • show common job properties in get_job and cancel_job samples (#1137) (8edc10d)

v2.32.0

13 Jan 16:52
643b333
Compare
Choose a tag to compare

2.32.0 (2022-01-12)

Features

Bug Fixes

  • remove query text from exception message, use exception.debug_message instead (#1105) (e23114c)

v2.31.0

02 Dec 20:17
a135956
Compare
Choose a tag to compare

Features

  • allow cell magic body to be a $variable (#1053) (3a681e0)
  • promote RowIterator.to_arrow_iterable to public method (#1073) (21cd710)

Bug Fixes

  • apply timeout to all resumable upload requests (#1070) (3314dfb)

Dependencies

v2.30.1

04 Nov 20:18
e8cf74c
Compare
Choose a tag to compare

Bug Fixes

Documentation

  • show gcloud command to authorize against sheets (#1045) (20c9024)
  • use stable URL for pandas intersphinx links (#1048) (73312f8)

v2.30.0

03 Nov 19:49
7c5fa8a
Compare
Choose a tag to compare

Features

Documentation

  • add code samples for Jupyter/IPython magics (#1013) (61141ee)
  • samples: add create external table with hive partitioning (#1033) (d64f5b6)

v2.29.0

27 Oct 17:17
d9dfc24
Compare
Choose a tag to compare

Features

  • add QueryJob.schema property for dry run queries (#1014) (2937fa1)
  • add session and connection properties to QueryJobConfig (#1024) (e4c94f4)
  • add support for INTERVAL data type to list_rows (#840) (e37380a)
  • allow queryJob.result() to be called on a dryRun (#1015) (685f06a)

Documentation

  • document ScriptStatistics and other missing resource classes (#1023) (6679109)
  • fix formatting of generated client docstrings (#1009) (f7b0ee4)

Dependencies

v2.28.1

07 Oct 17:21
ef3c0f8
Compare
Choose a tag to compare

Bug Fixes

  • support ARRAY data type when loading from DataFrame with Parquet (#980) (1e59083)

v2.28.0

30 Sep 18:17
e4f7c9b
Compare
Choose a tag to compare

Features

  • add AvroOptions to configure AVRO external data (#994) (1a9431d)

Documentation