Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Releases: googleapis/python-bigquery

v2.33.0

17 Feb 14:09
39ade39

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

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

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

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

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

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

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

Choose a tag to compare

Features

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

Documentation

v2.27.1

27 Sep 19:32
3e32c1a

Choose a tag to compare

Bug Fixes

  • remove py.typed since package fails mypy check (#988) (39030f2)

v2.27.0

27 Sep 08:47
71cc728

Choose a tag to compare

Features

  • Add py.typed for PEP 561 compliance (#976) (96e6bee)
  • include key metadata in Job representation (#964) (acca1cb)

Bug Fixes

  • Arrow extension-type metadata was not set when calling the REST API or when there are no rows (#946) (864383b)
  • disambiguate missing policy tags from explicitly unset policy tags (#983) (f83c00a)
  • remove default timeout (#974) (1cef0d4)

Documentation

  • simplify destination table sample with f-strings (#966) (ab6e76f)