Releases: googleapis/python-bigquery
Releases · googleapis/python-bigquery
v3.2.0
v3.1.0
3.1.0 (2022-05-09)
Features
- add str method to table (#1199) (8da4fa9)
- refactor AccessEntry to use _properties pattern (#1125) (acd5612)
- support using BIGQUERY_EMULATOR_HOST environment variable (#1222) (39294b4)
Bug Fixes
- deps: allow pyarrow v8 (#1245) (d258690)
- export bigquery.HivePartitioningOptions (#1217) (8eb757b)
- Skip geography_as_object conversion for REPEATED fields (#1220) (4d3d6ec)
Documentation
v1.28.1
v3.0.1
v3.0.0
3.0.0 (2022-03-29)
⚠ BREAKING CHANGES
- BigQuery Storage and pyarrow are required dependencies (#776)
- use nullable
Int64andbooleandtypes into_dataframe(#786) - destination tables are no-longer removed by
create_job(#891) - In
to_dataframe, usedbdateanddbtimedtypes from db-dtypes package for BigQuery DATE and TIME columns (#972) - automatically convert out-of-bounds dates in
to_dataframe, removedate_as_objectargument (#972) - mark the package as type-checked (#1058)
- default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061)
- remove out-of-date BigQuery ML protocol buffers (#1178)
Features
- add
api_methodparameter toClient.queryto selectINSERTorQUERYAPI (#967) (76d88fb) - default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061) (76d88fb)
- destination tables are no-longer removed by
create_job(#891) (76d88fb) - In
to_dataframe, usedbdateanddbtimedtypes from db-dtypes package for BigQuery DATE and TIME columns (#972) (76d88fb) - mark the package as type-checked (#1058) (76d88fb)
- use
StandardSqlFieldclass forModel.feature_columnsandModel.label_columns(#1117) (76d88fb)
Bug Fixes
- automatically convert out-of-bounds dates in
to_dataframe, removedate_as_objectargument (#972) (76d88fb) - improve type annotations for mypy validation (#1081) (76d88fb)
- remove out-of-date BigQuery ML protocol buffers (#1178) (76d88fb)
- use nullable
Int64andbooleandtypes into_dataframe(#786) (76d88fb)