Releases: googleapis/python-bigquery-pandas
Releases · googleapis/python-bigquery-pandas
v0.18.0
0.18.0 (2022-11-19)
Features
- Map "if_exists" value to LoadJobConfig.WriteDisposition (#583) (7389cd2)
v0.17.9
0.17.9 (2022-09-27)
Bug Fixes
- Updates requirements.txt to fix failing tests due to missing req (#575) (1d797a3)
v0.17.7
0.17.7 (2022-07-11)
Bug Fixes
- allow
to_gbq
to run without bigquery.tables.create
permission. (#539) (3988306)
v0.17.6
0.17.6 (2022-06-03)
Documentation
- fix changelog header to consistent size (#529) (218e06a)
v0.17.4
0.17.4 (2022-03-14)
Bug Fixes
- avoid deprecated "out-of-band" authentication flow (#500) (4758e3a)
- correctly transform query job timeout configuration and exceptions (#492) (d8c3900)
v0.17.3
0.17.3 (2022-03-05)
Bug Fixes
- deps: require google-api-core>=1.31.5, >=2.3.2 (#493) (744a71c)
- deps: require google-auth>=1.25.0 (744a71c)
- deps: require proto-plus>=1.15.0 (744a71c)
v0.17.2
0.17.2 (2022-03-02)
Dependencies
v0.17.1
0.17.1 (2022-02-24)
Bug Fixes
- avoid
TypeError
when executing DML statements with read_gbq
(#483) (e9f0e3f)
Documentation
- document additional breaking change in 0.17.0 (#477) (a858c80)