Skip to content

Releases: googleapis/python-bigquery

v2.25.2

01 Sep 13:02
936686b

Choose a tag to compare

Bug Fixes

  • error inserting DataFrame with REPEATED field (#925) (656d2fa)
  • underscores weren't allowed in struct field names when passing parameters to the DB API (#930) (fcb0bc6)

Documentation

  • update docstring for bigquery_create_routine sample (#883) (#917) (e2d12b7)

v2.25.1

25 Aug 17:47
109a536

Choose a tag to compare

Bug Fixes

  • populate default timeout and retry after client-side timeout (#896) (b508809)
  • use REST API in cell magic when requested (#892) (1cb3e55)

v2.25.0

24 Aug 21:47
f319d25

Choose a tag to compare

Features

  • Support using GeoPandas for GEOGRAPHY columns (#848) (16f65e6)

v2.24.1

19 Aug 14:02
936660b

Choose a tag to compare

Bug Fixes

  • remove pytz dependency and require pyarrow>=3.0.0 (#875) (2cb3563)

v2.24.0

11 Aug 19:48
cf6f0e9

Choose a tag to compare

Features

  • add support for transaction statistics (#849) (7f7b1a8)
  • make the same Table* instances equal to each other (#867) (c1a3d44)
  • retry failed query jobs in result() (#837) (519d99c)
  • support ScalarQueryParameterType for type_ argument in ScalarQueryParameter constructor (#850) (93d15e2)

Bug Fixes

  • make unicode characters working well in load_table_from_json (#865) (ad9c802)

v2.23.3

09 Aug 17:32
9694a4d

Choose a tag to compare

Bug Fixes

  • increase default retry deadline to 10 minutes (#859) (30770fd)

v2.23.2

29 Jul 15:18
40ef77f

Choose a tag to compare

Dependencies

  • expand pyarrow pins to support 5.x releases (#833) (80e3a61)

v2.23.1

28 Jul 15:47
a505440

Choose a tag to compare

Bug Fixes

  • insert_rows() accepts float column values as strings again (#824) (d9378af)

v2.23.0

27 Jul 19:02
02bbdae

Choose a tag to compare

Features

  • Update proto definitions for bigquery/v2 to support new proto fields for BQML. (#817) (fe7a902)

Bug Fixes

  • no longer raise a warning in to_dataframe if max_results set (#815) (3c1be14)
  • retry ChunkedEncodingError by default (#802) (419d36d)

Documentation

  • correct docs for LoadJobConfig.destination_table_description (#810) (da87fd9)

v2.22.1

22 Jul 19:32
f20ee50

Choose a tag to compare

Bug Fixes

  • issue a warning if buggy pyarrow is detected (#787) (e403721)
  • use a larger chunk size when loading data (#799) (b804373)

Documentation