actinia-org / actinia-core

Actinia Core is an open source REST API for scalable, distributed, high performance processing of geographical data that uses mainly GRASS GIS for computational tasks (DOI: https://doi.org/10.5281/zenodo.5879231) | Tutorial: https://actinia-org.github.io/actinia-core/ | Docker: https://hub.docker.com/r/mundialis/actinia-core
https://actinia.mundialis.de/
GNU General Public License v3.0
78 stars 23 forks source link

chore(deps): update dependency google-cloud-bigquery to v3 #435

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-cloud-bigquery <=3.0.0 -> <=3.23.1 age adoption passing confidence

Release Notes

googleapis/python-bigquery (google-cloud-bigquery) ### [`v3.23.1`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3231-2024-05-21) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.23.0...v3.23.1) ##### Performance Improvements - Decrease the threshold in which we use the BQ Storage Read API ([#​1925](https://togithub.com/googleapis/python-bigquery/issues/1925)) ([eaa1a52](https://togithub.com/googleapis/python-bigquery/commit/eaa1a52b360646909c14ca7194b8c6b17fefdd79)) ### [`v3.23.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3230-2024-05-16) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.22.0...v3.23.0) ##### Features - Adds timer decorator to facilitate debugging ([#​1917](https://togithub.com/googleapis/python-bigquery/issues/1917)) ([ea750e0](https://togithub.com/googleapis/python-bigquery/commit/ea750e0248473b6207b8517aa7ea1cf4e19bccf2)) - Support insertAll for range ([#​1909](https://togithub.com/googleapis/python-bigquery/issues/1909)) ([74e75e8](https://togithub.com/googleapis/python-bigquery/commit/74e75e89ce3a5ac18112b2c1c33248445ff072e4)) ##### Bug Fixes - Add pyarrow version check for range support ([#​1914](https://togithub.com/googleapis/python-bigquery/issues/1914)) ([a86d7b9](https://togithub.com/googleapis/python-bigquery/commit/a86d7b96813f67fea28b46c5252416222edca9a6)) - Edit presubmit for to simplify configuration ([#​1915](https://togithub.com/googleapis/python-bigquery/issues/1915)) ([b739596](https://togithub.com/googleapis/python-bigquery/commit/b739596f37b8c00b375cc811c316b618097d761a)) ### [`v3.22.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3220-2024-04-19) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.21.0...v3.22.0) ##### Features - Support RANGE in queries Part 2: Arrow ([#​1868](https://togithub.com/googleapis/python-bigquery/issues/1868)) ([5251b5d](https://togithub.com/googleapis/python-bigquery/commit/5251b5dbb254732ea730bab664ad319bd5be47e7)) ### [`v3.21.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3210-2024-04-18) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.20.1...v3.21.0) ##### Features - Add compression option ZSTD. ([#​1890](https://togithub.com/googleapis/python-bigquery/issues/1890)) ([5ed9cce](https://togithub.com/googleapis/python-bigquery/commit/5ed9ccee204b7cf8e96cb0e050f6830c05f3b4fd)) - Adds billing to opentel ([#​1889](https://togithub.com/googleapis/python-bigquery/issues/1889)) ([38697fb](https://togithub.com/googleapis/python-bigquery/commit/38697fb942516fc2f6f5e21e19a11811fbaeb1f4)) - Support RANGE in queries Part 1: JSON ([#​1884](https://togithub.com/googleapis/python-bigquery/issues/1884)) ([3634405](https://togithub.com/googleapis/python-bigquery/commit/3634405fa1b40ae5f69b06d7c7f8de4e3d246d92)) ##### Bug Fixes - Add types to DatasetReference constructor ([#​1601](https://togithub.com/googleapis/python-bigquery/issues/1601)) ([bf8861c](https://togithub.com/googleapis/python-bigquery/commit/bf8861c3473a1af978db7a06463ddc0bad86f326)) - Creates linting-typing.cfg in presubmit ([#​1881](https://togithub.com/googleapis/python-bigquery/issues/1881)) ([c852c15](https://togithub.com/googleapis/python-bigquery/commit/c852c153c55025ba1187d61e313ead2308616c55)) - Remove duplicate key time_partitioning from Table.\_PROPERTY_TO_A… ([#​1898](https://togithub.com/googleapis/python-bigquery/issues/1898)) ([82ae908](https://togithub.com/googleapis/python-bigquery/commit/82ae908fbf3b2361343fff1859d3533383dc50ec)) - Retry query jobs that fail even with ambiguous `jobs.getQueryResults` REST errors ([#​1903](https://togithub.com/googleapis/python-bigquery/issues/1903), [#​1900](https://togithub.com/googleapis/python-bigquery/issues/1900)) ([1367b58](https://togithub.com/googleapis/python-bigquery/commit/1367b584b68d917ec325ce4383a0e9a36205b894)) ##### Performance Improvements - Avoid unnecessary API call in `QueryJob.result()` when job is already finished ([#​1900](https://togithub.com/googleapis/python-bigquery/issues/1900)) ([1367b58](https://togithub.com/googleapis/python-bigquery/commit/1367b584b68d917ec325ce4383a0e9a36205b894)) ### [`v3.20.1`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3201-2024-04-01) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.20.0...v3.20.1) ##### Bug Fixes - Make `pyarrow` an optional dependency post-3.20.0 yanked release ([#​1879](https://togithub.com/googleapis/python-bigquery/issues/1879)) ([21714e1](https://togithub.com/googleapis/python-bigquery/commit/21714e18bad8d8d89ed5642dbdb61d14e97d5f33)) ### [`v3.20.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3200-2024-03-27) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.19.0...v3.20.0) ##### Features - Add `fields` parameter to `set_iam_policy` for consistency with update methods ([#​1872](https://togithub.com/googleapis/python-bigquery/issues/1872)) ([08b1e6f](https://togithub.com/googleapis/python-bigquery/commit/08b1e6f9c41121907c345daedbae40ece18e8b6a)) ##### Bug Fixes - Correct type checking ([#​1848](https://togithub.com/googleapis/python-bigquery/issues/1848)) ([2660dbd](https://togithub.com/googleapis/python-bigquery/commit/2660dbd4821a89a1e20e3e1541504a409f1979aa)) - Update error logging when converting to pyarrow column fails ([#​1836](https://togithub.com/googleapis/python-bigquery/issues/1836)) ([0ac6e9b](https://togithub.com/googleapis/python-bigquery/commit/0ac6e9bf186945832f5dcdf5a4d95667b4da223e)) - Updates a number of optional dependencies ([#​1864](https://togithub.com/googleapis/python-bigquery/issues/1864)) ([c2496a1](https://togithub.com/googleapis/python-bigquery/commit/c2496a1014a7d99e805b3d0a66e4517165bd7e01)) - Use an allowlist instead of denylist to determine when `query_and_wait` uses `jobs.query` API ([#​1869](https://togithub.com/googleapis/python-bigquery/issues/1869)) ([e265db6](https://togithub.com/googleapis/python-bigquery/commit/e265db6a6a37d13056dcaac240c2cf3975dfd644)) ### [`v3.19.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3190-2024-03-11) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.18.0...v3.19.0) ##### Features - Support RANGE query parameters ([#​1827](https://togithub.com/googleapis/python-bigquery/issues/1827)) ([b359a9a](https://togithub.com/googleapis/python-bigquery/commit/b359a9a55936a759a36aa69c5e5b014685e1fca6)) - Support range sql ([#​1807](https://togithub.com/googleapis/python-bigquery/issues/1807)) ([86a45c9](https://togithub.com/googleapis/python-bigquery/commit/86a45c989836b34dca456bac014352e55d6f86c0)) ##### Bug Fixes - Add google-auth as a direct dependency ([713ce2c](https://togithub.com/googleapis/python-bigquery/commit/713ce2c2f6ce9931f67cbbcd63ad436ad336ad26)) - Augment universe_domain handling ([#​1837](https://togithub.com/googleapis/python-bigquery/issues/1837)) ([53c2cbf](https://togithub.com/googleapis/python-bigquery/commit/53c2cbf98d2961f553747514de273bcd5c117f0e)) - **deps:** Require google-api-core>=1.34.1, >=2.11.0 ([713ce2c](https://togithub.com/googleapis/python-bigquery/commit/713ce2c2f6ce9931f67cbbcd63ad436ad336ad26)) - Supplementary fix to env-based universe resolution ([#​1844](https://togithub.com/googleapis/python-bigquery/issues/1844)) ([b818992](https://togithub.com/googleapis/python-bigquery/commit/b8189929b6008f7780214822062f8ed05d8d2a01)) - Supplementary fix to env-based universe resolution ([#​1847](https://togithub.com/googleapis/python-bigquery/issues/1847)) ([6dff50f](https://togithub.com/googleapis/python-bigquery/commit/6dff50f4fbc5aeb644383a4050dd5ffc05015ffe)) ### [`v3.18.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3180-2024-02-29) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.17.2...v3.18.0) ##### Features - Support nullable boolean and Int64 dtypes in `insert_rows_from_dataframe` ([#​1816](https://togithub.com/googleapis/python-bigquery/issues/1816)) ([ab0cf4c](https://togithub.com/googleapis/python-bigquery/commit/ab0cf4cc03292f62b56a8813cfb7681daa87f872)) - Support slot_ms in QueryPlanEntry ([#​1831](https://togithub.com/googleapis/python-bigquery/issues/1831)) ([d62cabb](https://togithub.com/googleapis/python-bigquery/commit/d62cabbf115637ecbaf8cc378f39329a5ae74c26)) ##### Bug Fixes - Keyword rendering and docstring improvements ([#​1829](https://togithub.com/googleapis/python-bigquery/issues/1829)) ([4dfb920](https://togithub.com/googleapis/python-bigquery/commit/4dfb920b106784e98f343b3e3fc8e8ff70c50560)) ##### Documentation - **samples:** Updates to urllib3 constraint for Python 3.7 ([#​1834](https://togithub.com/googleapis/python-bigquery/issues/1834)) ([b099c32](https://togithub.com/googleapis/python-bigquery/commit/b099c32a83946a347560f6a71d08c3f263e56cb6)) - Update `client_query_w_named_params.py` to use `query_and_wait` API ([#​1782](https://togithub.com/googleapis/python-bigquery/issues/1782)) ([89dfcb6](https://togithub.com/googleapis/python-bigquery/commit/89dfcb6469d22e78003a70371a0938a6856e033c)) ### [`v3.17.2`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3172-2024-01-30) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.17.1...v3.17.2) ##### Bug Fixes - Change load_table_from_json autodetect logic ([#​1804](https://togithub.com/googleapis/python-bigquery/issues/1804)) ([6249032](https://togithub.com/googleapis/python-bigquery/commit/62490325f64e5d66303d9218992e28ac5f21cb3f)) ##### Documentation - Update to use API ([#​1781](https://togithub.com/googleapis/python-bigquery/issues/1781)) ([81563b0](https://togithub.com/googleapis/python-bigquery/commit/81563b06298fe3a64be6a89b583c3d64758ca12a)) - Update `client_query_destination_table.py` sample to use `query_and_wait` ([#​1783](https://togithub.com/googleapis/python-bigquery/issues/1783)) ([68ebbe1](https://togithub.com/googleapis/python-bigquery/commit/68ebbe12d455ce8e9b1784fb11787c2fb842ef22)) - Update query_external_sheets_permanent_table.py to use query_and_wait API ([#​1778](https://togithub.com/googleapis/python-bigquery/issues/1778)) ([a7be88a](https://togithub.com/googleapis/python-bigquery/commit/a7be88adf8a480ee61aa79789cb53df1b79bb091)) - Update sample for query_to_arrow to use query_and_wait API ([#​1776](https://togithub.com/googleapis/python-bigquery/issues/1776)) ([dbf10de](https://togithub.com/googleapis/python-bigquery/commit/dbf10dee51a7635e9b98658f205ded2de087a06f)) - Update the query destination table legacy file to use query_and_wait API ([#​1775](https://togithub.com/googleapis/python-bigquery/issues/1775)) ([ef89f9e](https://togithub.com/googleapis/python-bigquery/commit/ef89f9e58c22b3af5a7757b69daa030116012350)) - Update to use `query_and_wait` in `client_query_w_positional_params.py` ([#​1786](https://togithub.com/googleapis/python-bigquery/issues/1786)) ([410f71e](https://togithub.com/googleapis/python-bigquery/commit/410f71e6b6e755928e363ed89c1044e14b0db9cc)) - Update to use `query_and_wait` in `samples/client_query_w_timestamp_params.py` ([#​1785](https://togithub.com/googleapis/python-bigquery/issues/1785)) ([ba36948](https://togithub.com/googleapis/python-bigquery/commit/ba3694852c13c8a29fe0f9d923353e82acfd4278)) - Update to_geodataframe to use query_and_wait functionality ([#​1800](https://togithub.com/googleapis/python-bigquery/issues/1800)) ([1298594](https://togithub.com/googleapis/python-bigquery/commit/12985942942b8f205ecd261fcdf620df9a640460)) ### [`v3.17.1`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3171-2024-01-24) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.17.0...v3.17.1) ##### Bug Fixes - Add pyarrow.large_strign to the \_ARROW_SCALAR_IDS_TO_BQ map ([#​1796](https://togithub.com/googleapis/python-bigquery/issues/1796)) ([b402a6d](https://togithub.com/googleapis/python-bigquery/commit/b402a6df92e656aee10dd2c11c48f6ed93c74fd7)) - Retry 'job exceeded rate limits' for DDL queries ([#​1794](https://togithub.com/googleapis/python-bigquery/issues/1794)) ([39f33b2](https://togithub.com/googleapis/python-bigquery/commit/39f33b210ecbe9c2fd390825d29393c2d80257f5)) ### [`v3.17.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3170-2024-01-24) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.16.0...v3.17.0) ##### Features - Support universe resolution ([#​1774](https://togithub.com/googleapis/python-bigquery/issues/1774)) ([0b5c1d5](https://togithub.com/googleapis/python-bigquery/commit/0b5c1d597cdec3a05a16fb935595f773c5840bd4)) ##### Bug Fixes - `query_and_wait` now retains unknown query configuration `_properties` ([#​1793](https://togithub.com/googleapis/python-bigquery/issues/1793)) ([4ba4342](https://togithub.com/googleapis/python-bigquery/commit/4ba434287a0a25f027e3b63a80f8881a9b16723e)) - Raise `ValueError` in `query_and_wait` with wrong `job_config` type ([4ba4342](https://togithub.com/googleapis/python-bigquery/commit/4ba434287a0a25f027e3b63a80f8881a9b16723e)) ##### Documentation - Remove unused query code sample ([#​1769](https://togithub.com/googleapis/python-bigquery/issues/1769)) ([1f96439](https://togithub.com/googleapis/python-bigquery/commit/1f96439b3dbd27f11be5e2af84f290ec6094d0a4)) - Update `snippets.py` to use `query_and_wait` ([#​1773](https://togithub.com/googleapis/python-bigquery/issues/1773)) ([d90602d](https://togithub.com/googleapis/python-bigquery/commit/d90602de87e58b665cb974401a327a640805822f)) - Update multiple samples to change query to query_and_wait ([#​1784](https://togithub.com/googleapis/python-bigquery/issues/1784)) ([d1161dd](https://togithub.com/googleapis/python-bigquery/commit/d1161dddde41a7d35b30033ccbf6984a5de640bd)) - Update the query with no cache sample to use query_and_wait API ([#​1770](https://togithub.com/googleapis/python-bigquery/issues/1770)) ([955a4cd](https://togithub.com/googleapis/python-bigquery/commit/955a4cd99e21cbca1b2f9c1dc6aa3fd8070cd61f)) - Updates `query` to `query and wait` in samples/desktopapp/user_credentials.py ([#​1787](https://togithub.com/googleapis/python-bigquery/issues/1787)) ([89f1299](https://togithub.com/googleapis/python-bigquery/commit/89f1299b3164b51fb0f29bc600a34ded59c10682)) ### [`v3.16.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3160-2024-01-12) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.15.0...v3.16.0) ##### Features - Add `table_constraints` field to Table model ([#​1755](https://togithub.com/googleapis/python-bigquery/issues/1755)) ([a167f9a](https://togithub.com/googleapis/python-bigquery/commit/a167f9a95f0a8fbf0bdb4943d06f07c03768c132)) - Support jsonExtension in LoadJobConfig ([#​1751](https://togithub.com/googleapis/python-bigquery/issues/1751)) ([0fd7347](https://togithub.com/googleapis/python-bigquery/commit/0fd7347ddb4ae1993f02b3bc109f64297437b3e2)) ##### Bug Fixes - Add detailed message in job error ([#​1762](https://togithub.com/googleapis/python-bigquery/issues/1762)) ([08483fb](https://togithub.com/googleapis/python-bigquery/commit/08483fba675f3b87571787e1e4420134a8fc8177)) ### [`v3.15.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3150-2024-01-09) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.14.1...v3.15.0) ##### Features - Support JSON type in `insert_rows` and as a scalar query parameter ([#​1757](https://togithub.com/googleapis/python-bigquery/issues/1757)) ([02a7d12](https://togithub.com/googleapis/python-bigquery/commit/02a7d129776b7da7da844ffa9c5cdf21811cd3af)) - Support RANGE in schema ([#​1746](https://togithub.com/googleapis/python-bigquery/issues/1746)) ([8585747](https://togithub.com/googleapis/python-bigquery/commit/8585747058e6db49a8078ae44d8e10735cdc27f9)) ##### Bug Fixes - Deserializing JSON subfields within structs fails ([#​1742](https://togithub.com/googleapis/python-bigquery/issues/1742)) ([0d93073](https://togithub.com/googleapis/python-bigquery/commit/0d930739c78b557db6cd48b38fe16eba93719c40)) - Due to upstream change in dataset, updates expected results ([#​1761](https://togithub.com/googleapis/python-bigquery/issues/1761)) ([132c14b](https://togithub.com/googleapis/python-bigquery/commit/132c14bbddfb61ea8bc408bef5e958e21b5b819c)) - Load_table_from_dataframe for higher scale decimal ([#​1703](https://togithub.com/googleapis/python-bigquery/issues/1703)) ([b9c8be0](https://togithub.com/googleapis/python-bigquery/commit/b9c8be0982c76187444300c414e0dda8b0ad105b)) - Updates types-protobuf version for mypy-samples nox session ([#​1764](https://togithub.com/googleapis/python-bigquery/issues/1764)) ([c0de695](https://togithub.com/googleapis/python-bigquery/commit/c0de6958e5761ad6ff532dd933b0f4387e18f1b9)) ##### Performance Improvements - DB-API uses more efficient `query_and_wait` when no job ID is provided ([#​1747](https://togithub.com/googleapis/python-bigquery/issues/1747)) ([d225a94](https://togithub.com/googleapis/python-bigquery/commit/d225a94e718a85877c495fbd32eca607b8919ac6)) ### [`v3.14.1`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3141-2023-12-13) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.14.0...v3.14.1) ##### Bug Fixes - Add missing handler for deserializing json value ([#​1587](https://togithub.com/googleapis/python-bigquery/issues/1587)) ([09017a9](https://togithub.com/googleapis/python-bigquery/commit/09017a997010f78bb6e34238fab15247ed14ea7e)) ### [`v3.14.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3140-2023-12-08) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.13.0...v3.14.0) ##### Features - Add `Client.query_and_wait` which directly returns a `RowIterator` of results ([#​1722](https://togithub.com/googleapis/python-bigquery/issues/1722)) ([89a647e](https://togithub.com/googleapis/python-bigquery/commit/89a647e19fe5d7302c0a39bba77a155635c5c29d)) - Add `job_id`, `location`, `project`, and `query_id` properties on `RowIterator` ([#​1733](https://togithub.com/googleapis/python-bigquery/issues/1733)) ([494f275](https://togithub.com/googleapis/python-bigquery/commit/494f275ab2493dc7904f685c4d12e60bef51ab21)) - Add `job_timeout_ms` to job configuration classes ([#​1675](https://togithub.com/googleapis/python-bigquery/issues/1675)) ([84d64cd](https://togithub.com/googleapis/python-bigquery/commit/84d64cdd157afef4a7bf7807e557d59452133434)) - Add support dataset.max_time_travel_hours ([#​1683](https://togithub.com/googleapis/python-bigquery/issues/1683)) ([f22eff2](https://togithub.com/googleapis/python-bigquery/commit/f22eff25f116f1c4973ac2b8b03bc8a4ae1f3f42)) - Add support for Dataset.isCaseInsensitive ([#​1671](https://togithub.com/googleapis/python-bigquery/issues/1671)) ([386fa86](https://togithub.com/googleapis/python-bigquery/commit/386fa86c89b8cff69fc02213254a1c53c02fee42)) - Add support for Python 3.12 ([#​1736](https://togithub.com/googleapis/python-bigquery/issues/1736)) ([3c0976a](https://togithub.com/googleapis/python-bigquery/commit/3c0976aecb0f917477feef4e9ed865997c2bb106)) - Removed pkg_resources from all test files and moved importlib into pandas extra ([#​1726](https://togithub.com/googleapis/python-bigquery/issues/1726)) ([1f4ebb1](https://togithub.com/googleapis/python-bigquery/commit/1f4ebb1eca4f9380a31172fc8cb2fae125f8c5a2)) - Support data_governance_type ([#​1708](https://togithub.com/googleapis/python-bigquery/issues/1708)) ([eff365d](https://togithub.com/googleapis/python-bigquery/commit/eff365dc17755d0855338e2f273428ffe2056f67)) ##### Bug Fixes - `load_table_from_dataframe` now assumes there may be local null values ([#​1735](https://togithub.com/googleapis/python-bigquery/issues/1735)) ([f05dc69](https://togithub.com/googleapis/python-bigquery/commit/f05dc69a1f8c65ac32085bfcc6950c2c83f8a843)) - Ensure query job retry has longer deadline than API request deadline ([#​1734](https://togithub.com/googleapis/python-bigquery/issues/1734)) ([5573579](https://togithub.com/googleapis/python-bigquery/commit/55735791122f97b7f67cb962b489fd1f12210af5)) - Keep `RowIterator.total_rows` populated after iteration ([#​1748](https://togithub.com/googleapis/python-bigquery/issues/1748)) ([8482f47](https://togithub.com/googleapis/python-bigquery/commit/8482f4759ce3c4b00fa06a7f306a2ac4d4ee8eb7)) - Move grpc, proto-plus and protobuf packages to extras ([#​1721](https://togithub.com/googleapis/python-bigquery/issues/1721)) ([5ce4d13](https://togithub.com/googleapis/python-bigquery/commit/5ce4d136af97b91fbe1cc56bba1021e50a9c8476)) ##### Performance Improvements - Use the first page a results when `query(api_method="QUERY")` ([#​1723](https://togithub.com/googleapis/python-bigquery/issues/1723)) ([6290517](https://togithub.com/googleapis/python-bigquery/commit/6290517d6b153a31f20098f75aee580b7915aca9)) ### [`v3.13.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3130-2023-10-30) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.12.0...v3.13.0) ##### Features - Add `Model.transform_columns` property ([#​1661](https://togithub.com/googleapis/python-bigquery/issues/1661)) ([5ceed05](https://togithub.com/googleapis/python-bigquery/commit/5ceed056482f6d1f2fc45e7e6b84382de45c85ed)) - Add support for dataset.default_rounding_mode ([#​1688](https://togithub.com/googleapis/python-bigquery/issues/1688)) ([83bc768](https://togithub.com/googleapis/python-bigquery/commit/83bc768b90a852d258a4805603020a296e02d2f9)) ##### Bug Fixes - AccessEntry API representation parsing ([#​1682](https://togithub.com/googleapis/python-bigquery/issues/1682)) ([a40d7ae](https://togithub.com/googleapis/python-bigquery/commit/a40d7ae03149708fc34c962b43a6ac198780b6aa)) ##### Documentation - Remove redundant `bigquery_update_table_expiration` code sample ([#​1673](https://togithub.com/googleapis/python-bigquery/issues/1673)) ([2dded33](https://togithub.com/googleapis/python-bigquery/commit/2dded33626b3de6c4ab5e1229eb4c85786b2ff53)) - Revised `create_partitioned_table` sample ([#​1447](https://togithub.com/googleapis/python-bigquery/issues/1447)) ([40ba859](https://togithub.com/googleapis/python-bigquery/commit/40ba859059c3e463e17ea7781bc5a9aff8244c5d)) - Revised relax column mode sample ([#​1467](https://togithub.com/googleapis/python-bigquery/issues/1467)) ([b8c9276](https://togithub.com/googleapis/python-bigquery/commit/b8c9276be011d971b941b583fd3d4417d438067f)) ### [`v3.12.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3120-2023-10-02) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.11.4...v3.12.0) ##### Features - Add `Dataset.storage_billing_model` setter, use `client.update_dataset(ds, fields=["storage_billing_model"])` to update ([#​1643](https://togithub.com/googleapis/python-bigquery/issues/1643)) ([5deba50](https://togithub.com/googleapis/python-bigquery/commit/5deba50b8c2d91d08bd5f5fb68742268c494b4a9)) - Search statistics ([#​1616](https://togithub.com/googleapis/python-bigquery/issues/1616)) ([b930e46](https://togithub.com/googleapis/python-bigquery/commit/b930e4673b0d1cceb53f683e47578d87af9361f3)) - Widen retry predicate to include ServiceUnavailable ([#​1641](https://togithub.com/googleapis/python-bigquery/issues/1641)) ([3e021a4](https://togithub.com/googleapis/python-bigquery/commit/3e021a46d387a0e3cb69913a281062fc221bb926)) ##### Bug Fixes - Allow `storage_billing_model` to be explicitly set to `None` to use project default value ([#​1665](https://togithub.com/googleapis/python-bigquery/issues/1665)) ([514d3e1](https://togithub.com/googleapis/python-bigquery/commit/514d3e12e5131bd589dff08893fd89bf40338ba3)) - Relax timeout expectations ([#​1645](https://togithub.com/googleapis/python-bigquery/issues/1645)) ([1760e94](https://togithub.com/googleapis/python-bigquery/commit/1760e945d16163980027fecf21113cd77ddc35a1)) - Use isinstance() per E721, unpin flake8 ([#​1659](https://togithub.com/googleapis/python-bigquery/issues/1659)) ([54a7769](https://togithub.com/googleapis/python-bigquery/commit/54a77694afcd80be4ba469c6ebb7ca8be112b04e)) ##### Documentation - Revise update_table_expiration sample ([#​1457](https://togithub.com/googleapis/python-bigquery/issues/1457)) ([03194e0](https://togithub.com/googleapis/python-bigquery/commit/03194e0156ed9201cb36301967c5af117d7ef29c)) ### [`v3.11.4`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3114-2023-07-19) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.11.3...v3.11.4) ##### Bug Fixes - Updates typing in function definitions ([#​1613](https://togithub.com/googleapis/python-bigquery/issues/1613)) ([db755ce](https://togithub.com/googleapis/python-bigquery/commit/db755ce5d2ae21e458f33f02cf63d2e5fbc45cf5)) ### [`v3.11.3`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3113-2023-06-27) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.11.2...v3.11.3) ##### Bug Fixes - Type annotations include Optional when None is accepted ([#​1554](https://togithub.com/googleapis/python-bigquery/issues/1554)) ([6c1ab80](https://togithub.com/googleapis/python-bigquery/commit/6c1ab802b09124ba837d6d5358962e3fce2d4a2c)) ### [`v3.11.2`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3112-2023-06-21) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.11.1...v3.11.2) ##### Bug Fixes - Updates tests based on revised hacker_news tables ([#​1591](https://togithub.com/googleapis/python-bigquery/issues/1591)) ([d73cf49](https://togithub.com/googleapis/python-bigquery/commit/d73cf495b8dfa032a43dc1d58599d0691aaa0efb)) ### [`v3.11.1`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3111-2023-06-09) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.11.0...v3.11.1) ##### Documentation - Add/reformat return types for cloud RAD docs ([#​1582](https://togithub.com/googleapis/python-bigquery/issues/1582)) ([6efdce1](https://togithub.com/googleapis/python-bigquery/commit/6efdce13cc3b25d37d22a856f2308daed569e637)) ### [`v3.11.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3110-2023-06-01) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.10.0...v3.11.0) ##### Features - Add remote function options to routines ([#​1558](https://togithub.com/googleapis/python-bigquery/issues/1558)) ([84ad11d](https://togithub.com/googleapis/python-bigquery/commit/84ad11d00d99d279e4e6e0fa4ca60e59575b1dad)) ##### Bug Fixes - Filter None values from OpenTelemetry attributes ([#​1567](https://togithub.com/googleapis/python-bigquery/issues/1567)) ([9ea2e21](https://togithub.com/googleapis/python-bigquery/commit/9ea2e21c35783782993d1ad2d3b910bbe9981ce2)) - Handle case when expirationMs is None ([#​1553](https://togithub.com/googleapis/python-bigquery/issues/1553)) ([fa6e13d](https://togithub.com/googleapis/python-bigquery/commit/fa6e13d5006caadb36899b4e2a24ca82b7f11b17)) - Raise most recent exception when not able to fetch query job after starting the job ([#​1362](https://togithub.com/googleapis/python-bigquery/issues/1362)) ([09cc1df](https://togithub.com/googleapis/python-bigquery/commit/09cc1df6babaf90ea0b0a6fd926f8013822a31ed)) ### [`v3.10.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3100-2023-04-18) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.9.0...v3.10.0) ##### Features - Add date, datetime, time, timestamp dtype to to_dataframe ([#​1547](https://togithub.com/googleapis/python-bigquery/issues/1547)) ([64e913d](https://togithub.com/googleapis/python-bigquery/commit/64e913d73832f6363466cbea5ace2337c86fa58b)) ### [`v3.9.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#390-2023-03-28) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.8.0...v3.9.0) ##### Features - Expose query job on dbapi cursor ([#​1520](https://togithub.com/googleapis/python-bigquery/issues/1520)) ([339eb0e](https://togithub.com/googleapis/python-bigquery/commit/339eb0e86040a7c30d140800f34810ffc6a7c76b)) ##### Bug Fixes - Keyerror when the load_table_from_dataframe accesses a unmapped dtype dataframe index ([#​1535](https://togithub.com/googleapis/python-bigquery/issues/1535)) ([a69348a](https://togithub.com/googleapis/python-bigquery/commit/a69348a558f48cfc61d03d3e8bb7f9aee48bea86)) ### [`v3.8.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#380-2023-03-24) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.7.0...v3.8.0) ##### Features - Add bool, int, float, string dtype to to_dataframe ([#​1529](https://togithub.com/googleapis/python-bigquery/issues/1529)) ([5e4465d](https://togithub.com/googleapis/python-bigquery/commit/5e4465d0975f54e8da885006686d9431ff9c5653)) - Add default LoadJobConfig to Client ([#​1526](https://togithub.com/googleapis/python-bigquery/issues/1526)) ([a2520ca](https://togithub.com/googleapis/python-bigquery/commit/a2520cabf7ec6bcb923c21e338188f1c10dc4d5d)) - Expose configuration property on CopyJob, ExtractJob, LoadJob, QueryJob ([#​1521](https://togithub.com/googleapis/python-bigquery/issues/1521)) ([8270a10](https://togithub.com/googleapis/python-bigquery/commit/8270a10df8f40750a7ac541a1781a71d7e79ce67)) ##### Bug Fixes - Loosen ipywidgets restrictions further to address ipython compatibility issues ([#​1531](https://togithub.com/googleapis/python-bigquery/issues/1531)) ([50e5026](https://togithub.com/googleapis/python-bigquery/commit/50e502674807b9771d7e26c0e784539bed8f9da6)) ### [`v3.7.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#370-2023-03-06) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.6.0...v3.7.0) ##### Features - Add `connection_properties` and `create_session` to `LoadJobConfig` ([#​1509](https://togithub.com/googleapis/python-bigquery/issues/1509)) ([cd0aaa1](https://togithub.com/googleapis/python-bigquery/commit/cd0aaa15960e9ca7a0aaf411c8e4990f95421816)) - Add default_query_job_config property and property setter to BQ client ([#​1511](https://togithub.com/googleapis/python-bigquery/issues/1511)) ([a23092c](https://togithub.com/googleapis/python-bigquery/commit/a23092cad834c6a016f455d46fefa13bb6cdbf0f)) ##### Documentation - Remove < 3.11 reference from README ([#​1502](https://togithub.com/googleapis/python-bigquery/issues/1502)) ([c7417f4](https://togithub.com/googleapis/python-bigquery/commit/c7417f43563e20a3e6f1a57f46925fb274b28b07)) ### [`v3.6.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#360-2023-02-22) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.5.0...v3.6.0) ##### Features - Adding preserveAsciiControlCharacter to CSVOptions ([#​1491](https://togithub.com/googleapis/python-bigquery/issues/1491)) ([f832e7a](https://togithub.com/googleapis/python-bigquery/commit/f832e7a0b79f3567a0773ff11630e2f48bed60db)) ##### Bug Fixes - Annotate optional integer parameters with optional type ([#​1487](https://togithub.com/googleapis/python-bigquery/issues/1487)) ([a190aaa](https://togithub.com/googleapis/python-bigquery/commit/a190aaa09ae73e8b6a83b7b213247f95fde57615)) - Loosen ipywidget dependency ([#​1504](https://togithub.com/googleapis/python-bigquery/issues/1504)) ([20d3276](https://togithub.com/googleapis/python-bigquery/commit/20d3276cc29e9467eef9476d5fd572099d9a3f6f)) - Removes scope to avoid unnecessary duplication ([#​1503](https://togithub.com/googleapis/python-bigquery/issues/1503)) ([665d7ba](https://togithub.com/googleapis/python-bigquery/commit/665d7ba74a1b45de1ef51cc75b6860125afc5fe6)) ##### Dependencies - Update minimum google-cloud-core to 1.6.0 ([a190aaa](https://togithub.com/googleapis/python-bigquery/commit/a190aaa09ae73e8b6a83b7b213247f95fde57615)) ### [`v3.5.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#350-2023-01-31) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.4.2...v3.5.0) ##### Features - Add **str** method to DatasetReference ([#​1477](https://togithub.com/googleapis/python-bigquery/issues/1477)) ([f32df1f](https://togithub.com/googleapis/python-bigquery/commit/f32df1fb74e4aea24cd8a4099040ad2f7436e54d)) - Add preserveAsciiControlCharacter to LoadJobConfig ([#​1484](https://togithub.com/googleapis/python-bigquery/issues/1484)) ([bd1da9a](https://togithub.com/googleapis/python-bigquery/commit/bd1da9aa0a40b02b7d5409a0b094d8380e255c91)) ##### Documentation - Adds snippet for creating table with external data config ([#​1420](https://togithub.com/googleapis/python-bigquery/issues/1420)) ([f0ace2a](https://togithub.com/googleapis/python-bigquery/commit/f0ace2ac2307ef359511a235f80f5ce9e46264c1)) - Revise delete label table code sample, add TODO to clean up sni… ([#​1466](https://togithub.com/googleapis/python-bigquery/issues/1466)) ([0dab7d2](https://togithub.com/googleapis/python-bigquery/commit/0dab7d25ace4b63d2984485e7b0c5bb38f20476f)) - **samples:** Table variable fix ([#​1287](https://togithub.com/googleapis/python-bigquery/issues/1287)) ([a71888a](https://togithub.com/googleapis/python-bigquery/commit/a71888a60d1e5e5815ab459fe24368ad5b0d032a)) ### [`v3.4.2`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#342-2023-01-13) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.4.1...v3.4.2) ##### Bug Fixes - Add support for python 3.11 ([#​1463](https://togithub.com/googleapis/python-bigquery/issues/1463)) ([730a1de](https://togithub.com/googleapis/python-bigquery/commit/730a1dec8be49df26a3d805ebd4ad185ba72170d)) - Require grpcio >= 1.49.1 for python 3.11 ([72b25c5](https://togithub.com/googleapis/python-bigquery/commit/72b25c52bc4b9a92c4cb187b6230b280d4af905c)) ##### Dependencies - Remove upper bound on packaging dependency ([#​1440](https://togithub.com/googleapis/python-bigquery/issues/1440)) ([6088129](https://togithub.com/googleapis/python-bigquery/commit/60881296a35067e7aa025d92b2425572f10fd4ec)) ##### Documentation - Create sample to write schema file from table ([#​1439](https://togithub.com/googleapis/python-bigquery/issues/1439)) ([093cc68](https://togithub.com/googleapis/python-bigquery/commit/093cc6852ada29898c4a4d047fd216544ef15bba)) - Created samples for load table and create table from schema file ([#​1436](https://togithub.com/googleapis/python-bigquery/issues/1436)) ([8ad2e5b](https://togithub.com/googleapis/python-bigquery/commit/8ad2e5bc1c04bf16fffe4c8773e722b68117c916)) - Revise create table cmek sample ([#​1452](https://togithub.com/googleapis/python-bigquery/issues/1452)) ([57740e4](https://togithub.com/googleapis/python-bigquery/commit/57740e49af7418449aec73a6fdd307fcb588c655)) - Revise get table labels code sample, add TODO to clean up snipp… ([#​1464](https://togithub.com/googleapis/python-bigquery/issues/1464)) ([b5ccbfe](https://togithub.com/googleapis/python-bigquery/commit/b5ccbfe4eee91d7f481d9708084cd29d0c85e666)) - Revise label table code samples ([#​1451](https://togithub.com/googleapis/python-bigquery/issues/1451)) ([14ae1f2](https://togithub.com/googleapis/python-bigquery/commit/14ae1f20538ea00829a1325f91f5e8524234bd0c)) - Revise sample for nested schema ([#​1446](https://togithub.com/googleapis/python-bigquery/issues/1446)) ([a097631](https://togithub.com/googleapis/python-bigquery/commit/a0976318fc5ad1620a68250c3e059e2a51d4946d)) ### [`v3.4.1`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#341-2022-12-09) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.4.0...v3.4.1) ##### Documentation - Add info about streaming quota limits to `insert_rows*` methods ([#​1409](https://togithub.com/googleapis/python-bigquery/issues/1409)) ([0f08e9a](https://togithub.com/googleapis/python-bigquery/commit/0f08e9a8ff638e78006d71acd974de2dff89b5d9)) ##### Dependencies - make pyarrow and BQ Storage optional dependencies ([e1aa921](https://togithub.com/googleapis/python-bigquery/commit/e1aa9218ad22f85c9a6cab8b61d013779376a582)) ### [`v3.4.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#340-2022-11-17) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.3.6...v3.4.0) ##### Features - Add `reference_file_schema_uri` to LoadJobConfig, ExternalConfig ([#​1399](https://togithub.com/googleapis/python-bigquery/issues/1399)) ([931285f](https://togithub.com/googleapis/python-bigquery/commit/931285ff85842ab07a0ef2ff9db808181ea3c5e4)) - Add default value expression ([#​1408](https://togithub.com/googleapis/python-bigquery/issues/1408)) ([207aa50](https://togithub.com/googleapis/python-bigquery/commit/207aa506ab634bdb13256fa5bd8745ec9de23290)) - Add More Specific Type Annotations for Row Dictionaries ([#​1295](https://togithub.com/googleapis/python-bigquery/issues/1295)) ([eb49873](https://togithub.com/googleapis/python-bigquery/commit/eb49873176dee478617eb50472d44703abca53b5)) ### [`v3.3.6`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#336-2022-11-02) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.3.5...v3.3.6) ##### Features - Reconfigure tqdm progress bar in %%bigquery magic ([#​1355](https://togithub.com/googleapis/python-bigquery/issues/1355)) ([506f781](https://togithub.com/googleapis/python-bigquery/commit/506f781c2dd775193336ab9432f32148250ed81d)) ##### Bug Fixes - Corrects test for non-existent attribute ([#​1395](https://togithub.com/googleapis/python-bigquery/issues/1395)) ([a80f436](https://togithub.com/googleapis/python-bigquery/commit/a80f436f2e75a8fb680316f17a22eecb31a7101d)) - **deps:** Allow protobuf 3.19.5 ([#​1379](https://togithub.com/googleapis/python-bigquery/issues/1379)) ([3e4a074](https://togithub.com/googleapis/python-bigquery/commit/3e4a074a981eb2920c5f9a711c253565d4844858)) - **deps:** Allow pyarrow < 11 ([#​1393](https://togithub.com/googleapis/python-bigquery/issues/1393)) ([c898546](https://togithub.com/googleapis/python-bigquery/commit/c898546d3292f9ec1ba6120cd3f9e2805aa087bb)) - **deps:** Require requests>=2.21.0 ([#​1388](https://togithub.com/googleapis/python-bigquery/issues/1388)) ([e398336](https://togithub.com/googleapis/python-bigquery/commit/e39833673582e4a7a34103cfc45603932c9c33b3)) - Refactor to adapt to changes to shapely dependency ([#​1376](https://togithub.com/googleapis/python-bigquery/issues/1376)) ([2afd278](https://togithub.com/googleapis/python-bigquery/commit/2afd278febe1eb247adc6278ab59903962a5bb6c)) ##### Documentation - Fix typos ([#​1372](https://togithub.com/googleapis/python-bigquery/issues/1372)) ([21cc525](https://togithub.com/googleapis/python-bigquery/commit/21cc525a86a06acfe73e5c5a74ec5f0b61e410f2)) ##### Miscellaneous Chores - release 3.3.6 ([4fce1d9](https://togithub.com/googleapis/python-bigquery/commit/4fce1d93b1763703b115a0480a2b97021786aff7)) ### [`v3.3.5`](https://togithub.com/googleapis/python-bigquery/releases/tag/v3.3.5) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.3.3...v3.3.5) ##### Bug Fixes - **deps:** Allow protobuf 3.19.5 ([#​1379](https://togithub.com/googleapis/python-bigquery/issues/1379)) ([3e4a074](https://togithub.com/googleapis/python-bigquery/commit/3e4a074a981eb2920c5f9a711c253565d4844858)) ### [`v3.3.3`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#333-2022-09-28) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.3.2...v3.3.3) ##### Bug Fixes - Refactors code to account for a tdqm code deprecation ([#​1357](https://togithub.com/googleapis/python-bigquery/issues/1357)) ([1369a9d](https://togithub.com/googleapis/python-bigquery/commit/1369a9d937b85d6a2a6bf9a672c71620648b1e3e)) - Validate opentelemetry span job attributes have values ([#​1327](https://togithub.com/googleapis/python-bigquery/issues/1327)) ([8287af1](https://togithub.com/googleapis/python-bigquery/commit/8287af1299169546f847126f03ae04e48890139e)) ##### Documentation - **samples:** uses function (create_job) more appropriate to the described sample intent ([5aeedaa](https://togithub.com/googleapis/python-bigquery/commit/5aeedaa2f4e6a0200d50521dfd90f39f9a24d0cc)) ### [`v3.3.2`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#332-2022-08-16) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.3.1...v3.3.2) ##### Bug Fixes - **deps:** require proto-plus >= 1.22.0 ([1de7a52](https://togithub.com/googleapis/python-bigquery/commit/1de7a52cb85d4876e4aa87346aff5725c8294c4e)) - **deps:** require protobuf >=3.19, < 5.0.0 ([#​1311](https://togithub.com/googleapis/python-bigquery/issues/1311)) ([1de7a52](https://togithub.com/googleapis/python-bigquery/commit/1de7a52cb85d4876e4aa87346aff5725c8294c4e)) ### [`v3.3.1`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#331-2022-08-09) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.3.0...v3.3.1) ##### Bug Fixes - **deps:** allow pyarrow < 10 ([#​1304](https://togithub.com/googleapis/python-bigquery/issues/1304)) ([13616a9](https://togithub.com/googleapis/python-bigquery/commit/13616a910ba2e9b7bc3595847229b56e70c99f84)) ### [`v3.3.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#330-2022-07-25) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.2.0...v3.3.0) ##### Features - add destination_expiration_time property to copy job ([#​1277](https://togithub.com/googleapis/python-bigquery/issues/1277)) ([728b07c](https://togithub.com/googleapis/python-bigquery/commit/728b07c9177532bbbbfd1890f23e98950aea3f02)) ##### Bug Fixes - require python 3.7+ ([#​1284](https://togithub.com/googleapis/python-bigquery/issues/1284)) ([52d9f14](https://togithub.com/googleapis/python-bigquery/commit/52d9f14fb1d183f64a62fee1fddc0bf576a0a3e9)) ##### Documentation - **samples:** add table snapshot sample ([#​1274](https://togithub.com/googleapis/python-bigquery/issues/1274)) ([e760d1b](https://togithub.com/googleapis/python-bigquery/commit/e760d1bcb76561b4247adde2fd06ae0b686befb9)) - **samples:** explicitly add bq to samples reqs, upgrade grpc to fix bug on m1 ([#​1290](https://togithub.com/googleapis/python-bigquery/issues/1290)) ([9b7e3e4](https://togithub.com/googleapis/python-bigquery/commit/9b7e3e424cbd08af8b08c91e6397a3f1b7811064)) ### [`v3.2.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#320-2022-06-06) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.1.0...v3.2.0) ##### Features - add support for table clones ([#​1235](https://togithub.com/googleapis/python-bigquery/issues/1235)) ([176fb2a](https://togithub.com/googleapis/python-bigquery/commit/176fb2afc9888c6b0cd74d590065b3002bdbf533)) ##### Bug Fixes - **deps:** proto-plus >= 1.15.0, <2.0.0dev ([ba58d3a](https://togithub.com/googleapis/python-bigquery/commit/ba58d3af80ca796be09c813529d3aadb79e0413c)) - **deps:** require packaging >= 14.3, <22.0.0dev ([ba58d3a](https://togithub.com/googleapis/python-bigquery/commit/ba58d3af80ca796be09c813529d3aadb79e0413c)) - **deps:** require protobuf>= 3.12.0, <4.0.0dev ([#​1263](https://togithub.com/googleapis/python-bigquery/issues/1263)) ([ba58d3a](https://togithub.com/googleapis/python-bigquery/commit/ba58d3af80ca796be09c813529d3aadb79e0413c)) ##### Documentation - fix changelog header to consistent size ([#​1268](https://togithub.com/googleapis/python-bigquery/issues/1268)) ([d03e2a2](https://togithub.com/googleapis/python-bigquery/commit/d03e2a29ecfa5d2ccd5599f5c0faac55286e52e7)) ### [`v3.1.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#310-2022-05-09) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.0.1...v3.1.0) ##### Features - add str method to table ([#​1199](https://togithub.com/googleapis/python-bigquery/issues/1199)) ([8da4fa9](https://togithub.com/googleapis/python-bigquery/commit/8da4fa9e77bcfd2b68818b5d65b38ccc59899a01)) - refactor AccessEntry to use \_properties pattern ([#​1125](https://togithub.com/googleapis/python-bigquery/issues/1125)) ([acd5612](https://togithub.com/googleapis/python-bigquery/commit/acd5612d2fc469633936dbc463ce4d70951e7fdd)) - support using BIGQUERY_EMULATOR_HOST environment variable ([#​1222](https://togithub.com/googleapis/python-bigquery/issues/1222)) ([39294b4](https://togithub.com/googleapis/python-bigquery/commit/39294b4950896b084573bedb4c5adc2b8d371eac)) ##### Bug Fixes - **deps:** allow pyarrow v8 ([#​1245](https://togithub.com/googleapis/python-bigquery/issues/1245)) ([d258690](https://togithub.com/googleapis/python-bigquery/commit/d258690dbf01108e1426f0e28d792c418a88bce0)) - export bigquery.HivePartitioningOptions ([#​1217](https://togithub.com/googleapis/python-bigquery/issues/1217)) ([8eb757b](https://togithub.com/googleapis/python-bigquery/commit/8eb757bcded7a3ef3b2264f47ec080c0a8fca579)) - Skip geography_as_object conversion for REPEATED fields ([#​1220](https://togithub.com/googleapis/python-bigquery/issues/1220)) ([4d3d6ec](https://togithub.com/googleapis/python-bigquery/commit/4d3d6ec9e667a781f8cb4a3aee0376c6179d5ce1)) ##### Documentation - updated variable typo in comment in code sample ([#​1239](https://togithub.com/googleapis/python-bigquery/issues/1239)) ([e420112](https://togithub.com/googleapis/python-bigquery/commit/e4201128bdb7f49cb732e12609448bbdbc122736)) ### [`v3.0.1`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#301-2022-03-30) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.0.0...v3.0.1) ##### Bug Fixes - **deps:** raise exception when pandas is installed but db-dtypes is not ([#​1191](https://togithub.com/googleapis/python-bigquery/issues/1191)) ([4333910](https://togithub.com/googleapis/python-bigquery/commit/433391097bae57dd12a93db18fc2bab573d8f128)) - **deps:** restore dependency on python-dateutil ([#​1187](https://togithub.com/googleapis/python-bigquery/issues/1187)) ([212d7ec](https://togithub.com/googleapis/python-bigquery/commit/212d7ec1f0740d04c26fb3ceffc9a4dd9eed6756)) ### [`v3.0.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#300-2022-03-29) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v2.34.4...v3.0.0) ##### ⚠ BREAKING CHANGES - BigQuery Storage and pyarrow are required dependencies ([#​776](https://togithub.com/googleapis/python-bigquery/issues/776)) - use nullable `Int64` and `boolean` dtypes in `to_dataframe` ([#​786](https://togithub.com/googleapis/python-bigquery/issues/786)) - destination tables are no-longer removed by `create_job` ([#​891](https://togithub.com/googleapis/python-bigquery/issues/891)) - In `to_dataframe`, use `dbdate` and `dbtime` dtypes from db-dtypes package for BigQuery DATE and TIME columns ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972)) - automatically convert out-of-bounds dates in `to_dataframe`, remove `date_as_object` argument ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972)) - mark the package as type-checked ([#​1058](https://togithub.com/googleapis/python-bigquery/issues/1058)) - default to DATETIME type when loading timezone-naive datetimes from Pandas ([#​1061](https://togithub.com/googleapis/python-bigquery/issues/1061)) - remove out-of-date BigQuery ML protocol buffers ([#​1178](https://togithub.com/googleapis/python-bigquery/issues/1178)) ##### Features - add `api_method` parameter to `Client.query` to select `INSERT` or `QUERY` API ([#​967](https://togithub.com/googleapis/python-bigquery/issues/967)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - default to DATETIME type when loading timezone-naive datetimes from Pandas ([#​1061](https://togithub.com/googleapis/python-bigquery/issues/1061)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - destination tables are no-longer removed by `create_job` ([#​891](https://togithub.com/googleapis/python-bigquery/issues/891)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - In `to_dataframe`, use `dbdate` and `dbtime` dtypes from db-dtypes package for BigQuery DATE and TIME columns ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - mark the package as type-checked ([#​1058](https://togithub.com/googleapis/python-bigquery/issues/1058)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - use `StandardSqlField` class for `Model.feature_columns` and `Model.label_columns` ([#​1117](https://togithub.com/googleapis/python-bigquery/issues/1117)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) ##### Bug Fixes - automatically convert out-of-bounds dates in `to_dataframe`, remove `date_as_object` argument ([#​972](https://togithub.com/googleapis/python-bigquery/issues/972)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - improve type annotations for mypy validation ([#​1081](https://togithub.com/googleapis/python-bigquery/issues/1081)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - remove out-of-date BigQuery ML protocol buffers ([#​1178](https://togithub.com/googleapis/python-bigquery/issues/1178)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - use nullable `Int64` and `boolean` dtypes in `to_dataframe` ([#​786](https://togithub.com/googleapis/python-bigquery/issues/786)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) ##### Documentation - Add migration guide from version 2.x to 3.x ([#​1027](https://togithub.com/googleapis/python-bigquery/issues/1027)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) ##### Dependencies - BigQuery Storage and pyarrow are required dependencies ([#​776](https://togithub.com/googleapis/python-bigquery/issues/776)) ([76d88fb](https://togithub.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

ninsbl commented 8 months ago

Can this be merged? google-cloud-bigquery < 3.3.6 has a dependency conflict with Shapely >= 2.0. Are there any

I am testing a build with google-cloud-bigquery == 3.14.1 right now, but I do not use the google-cloud functions, so I am not sure how reliable feedback from my test-build would be...