GoogleCloudPlatform / python-docs-samples

Code samples used on cloud.google.com
Apache License 2.0
7.08k stars 6.34k forks source link

chore(deps): update dependency google-cloud-bigquery to v3.25.0 #11948

Closed renovate-bot closed 3 days ago

renovate-bot commented 3 days ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-cloud-bigquery ==3.11.4 -> ==3.25.0 age adoption passing confidence
google-cloud-bigquery ==3.13.0 -> ==3.25.0 age adoption passing confidence

Release Notes

googleapis/python-bigquery (google-cloud-bigquery) ### [`v3.25.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3250-2024-06-17) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.24.0...v3.25.0) ##### Features - Add prefer_bqstorage_client option for Connection ([#​1945](https://togithub.com/googleapis/python-bigquery/issues/1945)) ([bfdeb3f](https://togithub.com/googleapis/python-bigquery/commit/bfdeb3fdbc1d5b26fcd3d1433abfb0be49d12018)) - Support load job option ColumnNameCharacterMap ([#​1952](https://togithub.com/googleapis/python-bigquery/issues/1952)) ([7e522ee](https://togithub.com/googleapis/python-bigquery/commit/7e522eea776cd9a74f8078c4236f63d5ff11f20e)) ##### Bug Fixes - Do not overwrite page_size with max_results when start_index is set ([#​1956](https://togithub.com/googleapis/python-bigquery/issues/1956)) ([7d0fcee](https://togithub.com/googleapis/python-bigquery/commit/7d0fceefdf28278c1f2cdaab571de9b235320998)) ### [`v3.24.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3240-2024-06-04) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.23.1...v3.24.0) ##### Features - Add default timeout for Client.get_job() ([#​1935](https://togithub.com/googleapis/python-bigquery/issues/1935)) ([9fbad76](https://togithub.com/googleapis/python-bigquery/commit/9fbad767cc228e02040436742d0cb6743d370b90)) - Add support for map target type in Parquet options ([#​1919](https://togithub.com/googleapis/python-bigquery/issues/1919)) ([c3f7b23](https://togithub.com/googleapis/python-bigquery/commit/c3f7b237383d4705ed6e720544728c4db61f6c83)) ##### Bug Fixes - Create query job in job.result() if doesn't exist ([#​1944](https://togithub.com/googleapis/python-bigquery/issues/1944)) ([8f5b4b7](https://togithub.com/googleapis/python-bigquery/commit/8f5b4b70423c277ffd559d2034bc0b2b5fb93169)) - Retry `is_job_done` on `ConnectionError` ([#​1930](https://togithub.com/googleapis/python-bigquery/issues/1930)) ([4f72723](https://togithub.com/googleapis/python-bigquery/commit/4f72723f539d35977bc52c5950f6e00889b5c7be)) ##### Performance Improvements - If `page_size` or `max_results` is set on `QueryJob.result()`, use to download first page of results ([#​1942](https://togithub.com/googleapis/python-bigquery/issues/1942)) ([3e7a48d](https://togithub.com/googleapis/python-bigquery/commit/3e7a48d36e3c7bf6abe1b5550097178f6ca6e174)) ### [`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))

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Never, or you tick the rebase/retry checkbox.

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



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

leahecole commented 3 days ago

Do https://github.com/GoogleCloudPlatform/python-docs-samples/pull/11944 first