Skip to content

Releases: googleapis/python-bigquery

v3.8.0

27 Mar 14:04
3c92580
Compare
Choose a tag to compare

3.8.0 (2023-03-24)

Features

  • Add bool, int, float, string dtype to to_dataframe (#1529) (5e4465d)
  • Add default LoadJobConfig to Client (#1526) (a2520ca)
  • Expose configuration property on CopyJob, ExtractJob, LoadJob, QueryJob (#1521) (8270a10)

Bug Fixes

  • Loosen ipywidgets restrictions further to address ipython compatibility issues (#1531) (50e5026)

v3.7.0

13 Mar 17:46
2d46d3e
Compare
Choose a tag to compare

3.7.0 (2023-03-06)

Features

  • Add connection_properties and create_session to LoadJobConfig (#1509) (cd0aaa1)
  • Add default_query_job_config property and property setter to BQ client (#1511) (a23092c)

Documentation

v3.6.0

22 Feb 21:37
7f4d753
Compare
Choose a tag to compare

3.6.0 (2023-02-22)

Features

  • Adding preserveAsciiControlCharacter to CSVOptions (#1491) (f832e7a)

Bug Fixes

  • Annotate optional integer parameters with optional type (#1487) (a190aaa)
  • Loosen ipywidget dependency (#1504) (20d3276)
  • Removes scope to avoid unnecessary duplication (#1503) (665d7ba)

Dependencies

  • Update minimum google-cloud-core to 1.6.0 (a190aaa)

v3.5.0

01 Feb 18:42
204779c
Compare
Choose a tag to compare

3.5.0 (2023-01-31)

Features

  • Add str method to DatasetReference (#1477) (f32df1f)
  • Add preserveAsciiControlCharacter to LoadJobConfig (#1484) (bd1da9a)

Documentation

  • Adds snippet for creating table with external data config (#1420) (f0ace2a)
  • Revise delete label table code sample, add TODO to clean up sni… (#1466) (0dab7d2)
  • samples: Table variable fix (#1287) (a71888a)

v3.4.2

18 Jan 14:37
fe38ffa
Compare
Choose a tag to compare

3.4.2 (2023-01-13)

Bug Fixes

  • Add support for python 3.11 (#1463) (730a1de)
  • Require grpcio >= 1.49.1 for python 3.11 (72b25c5)

Dependencies

  • Remove upper bound on packaging dependency (#1440) (6088129)

Documentation

  • Create sample to write schema file from table (#1439) (093cc68)
  • Created samples for load table and create table from schema file (#1436) (8ad2e5b)
  • Revise create table cmek sample (#1452) (57740e4)
  • Revise get table labels code sample, add TODO to clean up snipp… (#1464) (b5ccbfe)
  • Revise label table code samples (#1451) (14ae1f2)
  • Revise sample for nested schema (#1446) (a097631)

v3.4.1

12 Dec 15:23
89f8e9b
Compare
Choose a tag to compare

3.4.1 (2022-12-09)

Documentation

  • Add info about streaming quota limits to insert_rows* methods (#1409) (0f08e9a)

Dependencies

  • make pyarrow and BQ Storage optional dependencies (e1aa921)

v3.4.0

18 Nov 16:57
4e6cc67
Compare
Choose a tag to compare

3.4.0 (2022-11-17)

Features

  • Add reference_file_schema_uri to LoadJobConfig, ExternalConfig (#1399) (931285f)
  • Add default value expression (#1408) (207aa50)
  • Add More Specific Type Annotations for Row Dictionaries (#1295) (eb49873)

v3.3.6

04 Nov 15:39
5d3e5d3
Compare
Choose a tag to compare

3.3.6 (2022-11-02)

Features

  • Reconfigure tqdm progress bar in %%bigquery magic (#1355) (506f781)

Bug Fixes

Documentation

Miscellaneous Chores

v3.3.5

11 Oct 15:50
Compare
Choose a tag to compare

3.3.5 (2022-10-10)

Bug Fixes

v3.3.4

03 Oct 16:21
28deba6
Compare
Choose a tag to compare

3.3.4 (2022-09-29)

Bug Fixes