dependabot[bot] opened a new pull request, #2415: URL: https://github.com/apache/iceberg-python/pull/2415
Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 3.34.0 to 3.36.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-bigquery/releases">google-cloud-bigquery's releases</a>.</em></p> <blockquote> <h2>v3.36.0</h2> <h2><a href="https://github.com/googleapis/python-bigquery/compare/v3.35.1...v3.36.0">3.36.0</a> (2025-08-20)</h2> <h3>Features</h3> <ul> <li>Add created/started/ended properties to RowIterator. (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2260">#2260</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/0a95b24192395cc3ccf801aa9bc318999873a2bf">0a95b24</a>)</li> <li>Retry query jobs if <code>jobBackendError</code> or <code>jobInternalError</code> are encountered (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2256">#2256</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/3deff1d963980800e8b79fa3aaf5b712d4fd5062">3deff1d</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add a TROUBLESHOOTING.md file with tips for logging (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2262">#2262</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/b68483227693ea68f6b12eacca2be1803cffb1d1">b684832</a>)</li> <li>Update README to break infinite redirect loop (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2254">#2254</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/8f031666114a826da2ad965f8ecd4727466cb480">8f03166</a>)</li> </ul> <h2>v3.35.1</h2> <h2><a href="https://github.com/googleapis/python-bigquery/compare/v3.35.0...v3.35.1">3.35.1</a> (2025-07-21)</h2> <h3>Documentation</h3> <ul> <li>Specify the inherited-members directive for job classes (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2244">#2244</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/d207f6539b7a4c248a5de5719d7f384abbe20abe">d207f65</a>)</li> </ul> <h2>v3.35.0</h2> <h2><a href="https://github.com/googleapis/python-bigquery/compare/v3.34.0...v3.35.0">3.35.0</a> (2025-07-15)</h2> <h3>Features</h3> <ul> <li>Add null_markers property to LoadJobConfig and CSVOptions (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2239">#2239</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/289446dd8c356d11a0b63b8e6275629b1ae5dc08">289446d</a>)</li> <li>Add total slot ms to RowIterator (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2233">#2233</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/d44bf0231e6e96369e4e03667a3f96618fb664e2">d44bf02</a>)</li> <li>Add UpdateMode to update_dataset (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2204">#2204</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/eb9c2aff242c5107f968bbd8b6a9d30cecc877f6">eb9c2af</a>)</li> <li>Adds dataset_view parameter to get_dataset method (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2198">#2198</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/28a5750d455f0381548df6f9b1f7661823837d81">28a5750</a>)</li> <li>Adds date_format to load job and external config (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2231">#2231</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/7d3182802deccfceb0646b87fc8d12275d0a569b">7d31828</a>)</li> <li>Adds datetime_format as an option (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2236">#2236</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/54d3dc66244d50a031e3c80d43d372d2743ecbc3">54d3dc6</a>)</li> <li>Adds source_column_match and associated tests (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2227">#2227</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/6d5d23685cd457d85955356705c1101e9ec3cdcd">6d5d236</a>)</li> <li>Adds time_format and timestamp_format and associated tests (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2238">#2238</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/371ad292df537278767dba71d81822ed57dd8e7d">371ad29</a>)</li> <li>Adds time_zone to external config and load job (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2229">#2229</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/b2300d032843512b7e4a5703377632fe60ef3f8d">b2300d0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Adds magics.context.project to eliminate issues with unit tests … (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2228">#2228</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/27ff3a89a5f97305fa3ff673aa9183baa7df200f">27ff3a8</a>)</li> <li>Fix rows returned when both start_index and page_size are provided (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2181">#2181</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/45643a2e20ce5d503118522dd195aeca00dec3bc">45643a2</a>)</li> <li>Make AccessEntry equality consistent with from_api_repr (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2218">#2218</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/4941de441cb32cabeb55ec0320f305fb62551155">4941de4</a>)</li> <li>Update type hints for various BigQuery files (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2206">#2206</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/b86329188ba35e61871db82ae1d95d2a576eed1b">b863291</a>)</li> </ul> <h3>Documentation</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md">google-cloud-bigquery's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/python-bigquery/compare/v3.35.1...v3.36.0">3.36.0</a> (2025-08-20)</h2> <h3>Features</h3> <ul> <li>Add created/started/ended properties to RowIterator. (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2260">#2260</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/0a95b24192395cc3ccf801aa9bc318999873a2bf">0a95b24</a>)</li> <li>Retry query jobs if <code>jobBackendError</code> or <code>jobInternalError</code> are encountered (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2256">#2256</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/3deff1d963980800e8b79fa3aaf5b712d4fd5062">3deff1d</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Add a TROUBLESHOOTING.md file with tips for logging (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2262">#2262</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/b68483227693ea68f6b12eacca2be1803cffb1d1">b684832</a>)</li> <li>Update README to break infinite redirect loop (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2254">#2254</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/8f031666114a826da2ad965f8ecd4727466cb480">8f03166</a>)</li> </ul> <h2><a href="https://github.com/googleapis/python-bigquery/compare/v3.35.0...v3.35.1">3.35.1</a> (2025-07-21)</h2> <h3>Documentation</h3> <ul> <li>Specify the inherited-members directive for job classes (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2244">#2244</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/d207f6539b7a4c248a5de5719d7f384abbe20abe">d207f65</a>)</li> </ul> <h2><a href="https://github.com/googleapis/python-bigquery/compare/v3.34.0...v3.35.0">3.35.0</a> (2025-07-15)</h2> <h3>Features</h3> <ul> <li>Add null_markers property to LoadJobConfig and CSVOptions (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2239">#2239</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/289446dd8c356d11a0b63b8e6275629b1ae5dc08">289446d</a>)</li> <li>Add total slot ms to RowIterator (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2233">#2233</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/d44bf0231e6e96369e4e03667a3f96618fb664e2">d44bf02</a>)</li> <li>Add UpdateMode to update_dataset (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2204">#2204</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/eb9c2aff242c5107f968bbd8b6a9d30cecc877f6">eb9c2af</a>)</li> <li>Adds dataset_view parameter to get_dataset method (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2198">#2198</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/28a5750d455f0381548df6f9b1f7661823837d81">28a5750</a>)</li> <li>Adds date_format to load job and external config (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2231">#2231</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/7d3182802deccfceb0646b87fc8d12275d0a569b">7d31828</a>)</li> <li>Adds datetime_format as an option (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2236">#2236</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/54d3dc66244d50a031e3c80d43d372d2743ecbc3">54d3dc6</a>)</li> <li>Adds source_column_match and associated tests (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2227">#2227</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/6d5d23685cd457d85955356705c1101e9ec3cdcd">6d5d236</a>)</li> <li>Adds time_format and timestamp_format and associated tests (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2238">#2238</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/371ad292df537278767dba71d81822ed57dd8e7d">371ad29</a>)</li> <li>Adds time_zone to external config and load job (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2229">#2229</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/b2300d032843512b7e4a5703377632fe60ef3f8d">b2300d0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Adds magics.context.project to eliminate issues with unit tests … (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2228">#2228</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/27ff3a89a5f97305fa3ff673aa9183baa7df200f">27ff3a8</a>)</li> <li>Fix rows returned when both start_index and page_size are provided (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2181">#2181</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/45643a2e20ce5d503118522dd195aeca00dec3bc">45643a2</a>)</li> <li>Make AccessEntry equality consistent with from_api_repr (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2218">#2218</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/4941de441cb32cabeb55ec0320f305fb62551155">4941de4</a>)</li> <li>Update type hints for various BigQuery files (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2206">#2206</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/b86329188ba35e61871db82ae1d95d2a576eed1b">b863291</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>Improve clarity of "Output Only" fields in Dataset class (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2201">#2201</a>) (<a href="https://github.com/googleapis/python-bigquery/commit/bd5aba8ba40c2f35fb672a68eed11d6baedb304f">bd5aba8</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/python-bigquery/commit/84fa75b3e52d41f3778c1654779f03598919168f"><code>84fa75b</code></a> chore(main): release 3.36.0 (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2255">#2255</a>)</li> <li><a href="https://github.com/googleapis/python-bigquery/commit/d41fd5c7475d2cb7f7afc4cd5aaa080abfe831e4"><code>d41fd5c</code></a> chore: execute retry tests serially, since they depend on global time (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2265">#2265</a>)</li> <li><a href="https://github.com/googleapis/python-bigquery/commit/b68483227693ea68f6b12eacca2be1803cffb1d1"><code>b684832</code></a> docs: add a TROUBLESHOOTING.md file with tips for logging (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2262">#2262</a>)</li> <li><a href="https://github.com/googleapis/python-bigquery/commit/6659355a57f9393772fb315ec0387ab09630c18a"><code>6659355</code></a> chore: add private <code>_query_and_wait_bigframes</code> method (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2250">#2250</a>)</li> <li><a href="https://github.com/googleapis/python-bigquery/commit/0a95b24192395cc3ccf801aa9bc318999873a2bf"><code>0a95b24</code></a> feat: add created/started/ended properties to RowIterator. (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2260">#2260</a>)</li> <li><a href="https://github.com/googleapis/python-bigquery/commit/3deff1d963980800e8b79fa3aaf5b712d4fd5062"><code>3deff1d</code></a> feat: retry query jobs if <code>jobBackendError</code> or <code>jobInternalError</code> are encount...</li> <li><a href="https://github.com/googleapis/python-bigquery/commit/abc319b1bf8a11b0013b34001ca2b99caf34790c"><code>abc319b</code></a> chore(deps): update all dependencies (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2253">#2253</a>)</li> <li><a href="https://github.com/googleapis/python-bigquery/commit/8f031666114a826da2ad965f8ecd4727466cb480"><code>8f03166</code></a> docs: update README to break infinite redirect loop (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2254">#2254</a>)</li> <li><a href="https://github.com/googleapis/python-bigquery/commit/791c53bef3caa672c9b3c5292b4050cd1c62d6e3"><code>791c53b</code></a> chore(deps): update dependency matplotlib to v3.10.5 (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2251">#2251</a>)</li> <li><a href="https://github.com/googleapis/python-bigquery/commit/d219989f977d9d449e4f06a65ba151f0ab2bd9a1"><code>d219989</code></a> chore(deps): update all dependencies (<a href="https://redirect.github.com/googleapis/python-bigquery/issues/2243">#2243</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/python-bigquery/compare/v3.34.0...v3.36.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
