Skip to content

Adding script to enable clearing datastore. - #369

Merged
dhermes merged 2 commits into
googleapis:masterfrom
dhermes:clear-datastore-func
Nov 12, 2014
Merged

Adding script to enable clearing datastore.#369
dhermes merged 2 commits into
googleapis:masterfrom
dhermes:clear-datastore-func

Conversation

@dhermes

@dhermes dhermes commented Nov 11, 2014

Copy link
Copy Markdown
Contributor

I peeled this off of an ideas branch of been working with:
https://github.com/dhermes/gcloud-python/tree/better-auth-story

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same when pulling 6a14935 on dhermes:clear-datastore-func into 95e80e1 on GoogleCloudPlatform:master.

Comment thread CONTRIBUTING.rst Outdated

This comment was marked as spam.

This comment was marked as spam.

@dhermes
dhermes force-pushed the clear-datastore-func branch from 6a14935 to 454f82b Compare November 11, 2014 23:32
@coveralls

Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling 454f82b on dhermes:clear-datastore-func into * on GoogleCloudPlatform:master*.

Also stumbled upon other datastore gotchas (non-ancestor
deletes in a transaction) and added printing to indicate
what is being deleted.
@dhermes
dhermes force-pushed the clear-datastore-func branch from 454f82b to 5ad0798 Compare November 12, 2014 01:56
@dhermes

dhermes commented Nov 12, 2014

Copy link
Copy Markdown
Contributor Author

@tseaver I rebased and 5ad0798 is the while loop fix.

However, while fixing I found the other 90% of the iceberg. I tested by running regression/datastore.py twice and simply turning off TestDatastore.tearDown. The delete actually failed in a transaction due to the Post entities living outside of an entity group and exceeding 5 in number.

ISTM at this point some of these things like

  • clear_datastore.delete_entities
  • clear_datastore.fetch_keys

should go in our codebase. This relates to #336.

WDYT?

/cc @silvolu as an FYI for gcloud-node

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same when pulling 5ad0798 on dhermes:clear-datastore-func into cf0fca0 on GoogleCloudPlatform:master.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@tseaver

tseaver commented Nov 12, 2014

Copy link
Copy Markdown
Contributor

I don't know if "delete all entities returned by a query" is a frequent usecase. I do think having a way for a query to return just keys would be good, but projection queries don't seem to support a "key-only" return type.

@tseaver

tseaver commented Nov 12, 2014

Copy link
Copy Markdown
Contributor

LGTM. I'd say merge now and consider how to fold useful bits into #336.

dhermes added a commit that referenced this pull request Nov 12, 2014
Adding script to enable clearing datastore.
@dhermes
dhermes merged commit 53db759 into googleapis:master Nov 12, 2014
@dhermes

dhermes commented Nov 12, 2014

Copy link
Copy Markdown
Contributor Author

@tseaver What do you mean about projecting onto a key that isn't covered by using the __key__ projection? Do you mean a Key pb returned rather than an Entity pb with only the key set?

@tseaver

tseaver commented Nov 12, 2014

Copy link
Copy Markdown
Contributor

I misspelled the __key__ projection when I tried it (as __name__). It is the right way to avoid fetching any properties. The protobuf API doesn't support returning keys rather than entities from run_query, but we might extend Query to accomodate that if needed (maybe a fetch_keys() which handled setting the projection and then returned only the key?)

@dhermes

dhermes commented Nov 12, 2014

Copy link
Copy Markdown
Contributor Author

Added remark to #336 with the idea. Thanks.

@dhermes
dhermes deleted the clear-datastore-func branch November 12, 2014 22:42
@dhermes dhermes added testing api: datastore Issues related to the Datastore API. labels Dec 31, 2015
atulep pushed a commit that referenced this pull request Apr 3, 2023
…369)

Source-Link: googleapis/synthtool@6b4d5a6
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f792ee1320e03eda2d13a5281a2989f7ed8a9e50b73ef6da97fac7e1e850b149

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
atulep pushed a commit that referenced this pull request Apr 6, 2023
…369)

Source-Link: googleapis/synthtool@6b4d5a6
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f792ee1320e03eda2d13a5281a2989f7ed8a9e50b73ef6da97fac7e1e850b149

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
atulep pushed a commit that referenced this pull request Apr 6, 2023
…369)

Source-Link: googleapis/synthtool@6b4d5a6
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f792ee1320e03eda2d13a5281a2989f7ed8a9e50b73ef6da97fac7e1e850b149

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
atulep pushed a commit that referenced this pull request Apr 18, 2023
…369)

Source-Link: googleapis/synthtool@6b4d5a6
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f792ee1320e03eda2d13a5281a2989f7ed8a9e50b73ef6da97fac7e1e850b149

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Jun 4, 2023
Source-Link: googleapis/synthtool@fdba3ed
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:1f0dbd02745fb7cf255563dab5968345989308544e52b7f460deadd5e78e63b0
parthea added a commit that referenced this pull request Jun 4, 2023
…#369)

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Jun 4, 2023
…pprove] (#369)

Source-Link: https://togithub.com/googleapis/synthtool/commit/e3a1277ac35fc88c09db1930533e24292b132ced
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:452901c74a22f9b9a3bd02bce780b8e8805c97270d424684bff809ce5be8c2a2
parthea pushed a commit that referenced this pull request Jul 6, 2023
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 472772457

Source-Link: googleapis/googleapis@855b74d

Source-Link: googleapis/googleapis-gen@b64b1e7
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjY0YjFlN2RhM2UxMzhmMTVjYTM2MTU1MmVmMDU0NWU1NDg5MWI0ZiJ9
parthea added a commit that referenced this pull request Sep 22, 2023
* docs: Operation.Type is now documented in detail
docs: Operation.self_link and Operation.target_link given examples
feat: Cluster resizes will now have their own operation type (RESIZE_CLUSTER) instead of reusing REPAIR_CLUSTER; they will start using this in the near future

PiperOrigin-RevId: 526970355

Source-Link: googleapis/googleapis@83fd1f9

Source-Link: googleapis/googleapis-gen@5a191c3
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWExOTFjM2FhMmM1MjZhNTllZWE1OTdjN2RkZGE3OTQ4MWI4ZTg1OCJ9

docs: Operation.Type is now documented in detail
docs: Operation.self_link and Operation.target_link given examples
feat: Cluster resizes will now have their own operation type (RESIZE_CLUSTER) instead of reusing REPAIR_CLUSTER; they will start using this in the near future

PiperOrigin-RevId: 526025502

Source-Link: googleapis/googleapis@4273180

Source-Link: googleapis/googleapis-gen@772e2cd
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzcyZTJjZDQ4ZjU2MWUxZjBhNGQxNzJlOWY5Mjg1YWQ5ZTFjMTIxMCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: support fleet registration via cluster update

PiperOrigin-RevId: 529131876

Source-Link: googleapis/googleapis@d175293

Source-Link: googleapis/googleapis-gen@b680d48
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjY4MGQ0OGEwZjY3NjJkOTRlMGUxNGViZmZiNzg2OGU2YzU5MzM1YiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: add a new feature for fleet registration via cluster update in v1alpha1, v1beta1, v1

PiperOrigin-RevId: 529516002

Source-Link: googleapis/googleapis@5ce0665

Source-Link: googleapis/googleapis-gen@5122c36
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTEyMmMzNjMwMTQ4MzJkZjIxMTNmNDc0ZjU2MTM3YjRiYzBiM2NhMyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* docs: clarified release channel defaulting behavior for create cluster requests when release channel is unspecified

If release channel is left unspecified on cluster creation and a version is specified, the cluster is now enrolled in the most mature release channel where the version is available (first checking STABLE, then REGULAR, and finally RAPID) instead of being enrolled in STATIC. This only affects clusters with node auto upgrades enabled and no explicit node version specified. To ensure new clusters are enrolled in static, explicitly specify that the cluster should not be enrolled in a channel.

PiperOrigin-RevId: 532773421

Source-Link: googleapis/googleapis@633d3c1

Source-Link: googleapis/googleapis-gen@f779f56
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjc3OWY1NjI0NzYxOTlkMWYwMjE1NmFjMjhmOTdlYzllMzcwNjdlYiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* docs: clarified release channel defaulting behavior for create cluster requests when release channel is unspecified

If release channel is left unspecified on cluster creation and a version is specified, the cluster is now enrolled in the most mature release channel where the version is available (first checking STABLE, then REGULAR, and finally RAPID) instead of being enrolled in STATIC. This only affects clusters with node auto upgrades enabled and no explicit node version specified. To ensure new clusters are enrolled in static, explicitly specify that the cluster should not be enrolled in a channel.

PiperOrigin-RevId: 532773462

Source-Link: googleapis/googleapis@aeae5ea

Source-Link: googleapis/googleapis-gen@d4d433d
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDRkNDMzZDRlYWE4YjRkNzgwZjgzMDYyYmYxYTgxZDA0NjQ2ZWE0MSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: add SoleTenantConfig API

PiperOrigin-RevId: 536516473

Source-Link: googleapis/googleapis@0fb1181

Source-Link: googleapis/googleapis-gen@3d69310
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2Q2OTMxMDk5NDI0MmQ1YmRiOWQzNDVmNGQ4OTRkNDViNzI2MmY5ZCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: add SoleTenantConfig API

PiperOrigin-RevId: 536569254

Source-Link: googleapis/googleapis@3cc45f0

Source-Link: googleapis/googleapis-gen@ed8d754
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWQ4ZDc1NDZjZDE3NzA1M2Q1MzEyZDBlNDBmN2Y1MDYzNTJiYTgwNSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Sep 22, 2023
parthea pushed a commit that referenced this pull request Sep 22, 2023
* docs: Minor formatting
chore: Update gapic-generator-python to v1.11.5
build: Update rules_python to 0.24.0

PiperOrigin-RevId: 563436317

Source-Link: googleapis/googleapis@42fd37b

Source-Link: googleapis/googleapis-gen@280264c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Sep 22, 2023
Source-Link: googleapis/synthtool@50db768
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e09366bdf0fd9c8976592988390b24d53583dd9f002d476934da43725adbb978

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea added a commit that referenced this pull request Oct 21, 2023
* chore: use gapic-generator-python 0.63.4

chore: fix snippet region tag format
chore: fix docstring code block formatting
PiperOrigin-RevId: 430730865

Source-Link: googleapis/googleapis@ea58002

Source-Link: googleapis/googleapis-gen@ca893ff
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E4OTNmZjhhZjI1ZmM3ZmUwMDFkZTE0MDVhNTE3ZDgwNDQ2ZWNjYSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* remove redundant samples

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Oct 21, 2023
Source-Link: googleapis/synthtool@6ed3a83
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3abfa0f1886adaf0b83f07cb117b24a639ea1cb9cffe56d43280b977033563eb

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Oct 21, 2023
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Oct 21, 2023
Source-Link: https://togithub.com/googleapis/synthtool/commit/0ddbff8012e47cde4462fe3f9feab01fbc4cdfd6
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:bced5ca77c4dda0fd2f5d845d4035fc3c5d3d6b81f245246a36aee114970082b
parthea pushed a commit that referenced this pull request Oct 21, 2023
Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>

Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Oct 22, 2023
…369)

Source-Link: googleapis/synthtool@6b4d5a6
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f792ee1320e03eda2d13a5281a2989f7ed8a9e50b73ef6da97fac7e1e850b149

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Sep 18, 2025
Co-authored-by: Tim Swast <swast@google.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
Source-Link: googleapis/synthtool@bef813d
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:94bb690db96e6242b2567a4860a94d48fa48696d092e51b0884a1a2c0a79a407

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
parthea pushed a commit that referenced this pull request Nov 24, 2025
* chore: ignore docs.yml and lint.yml in renovate

This change updates renovate.json to prevent renovate-bot from updating the specified workflow files.

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* chore: exclude renovate.json from owlbot updates

This ensures that owlbot does not overwrite the changes made to `renovate.json`.

* Update owlbot.py

* Update owlbot.py

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 24, 2025
parthea pushed a commit that referenced this pull request Nov 24, 2025
* updated env tests commit

* updated commit
parthea pushed a commit that referenced this pull request Nov 24, 2025
* fix: empty Entities for optional LocalStructuredProperty fields

Fixes #369
parthea pushed a commit that referenced this pull request Nov 25, 2025
* updated env tests commit

* updated commit
parthea pushed a commit that referenced this pull request Nov 26, 2025
parthea pushed a commit that referenced this pull request Mar 2, 2026
…369)

* Removed duplicated tests

* Pass mock credentials.

To allow unit tests to run without connecting to the google APIs.

* Used a fixture to be DRY wrt test credentials.

* Used a fixture to be DRY wrt test credentials.

* Used a fixture to be DRY wrt test credentials.

* Document the fixture.
parthea added a commit that referenced this pull request Mar 2, 2026
* chore(python): add support for python 3.11

Source-Link: googleapis/synthtool@7197a00
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:c43f1d918bcf817d337aa29ff833439494a158a0831508fda4ec75dc4c0d0320

* add python 3.11 to noxfile

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
parthea pushed a commit that referenced this pull request Mar 9, 2026
Bumps [idna](https://togithub.com/kjd/idna) from 3.3 to 3.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://togithub.com/kjd/idna/releases">idna's releases</a>.</em></p>
<blockquote>
<h2>v3.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]</li>
</ul>
<p>Thanks to Guido Vranken for reporting the issue.</p>
<p><strong>Full Changelog</strong>: <a href="https://togithub.com/kjd/idna/compare/v3.6...v3.7">https://togithub.com/kjd/idna/compare/v3.6...v3.7</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://togithub.com/kjd/idna/blob/master/HISTORY.rst">idna's changelog</a>.</em></p>
<blockquote>
<p>3.7 (2024-04-11)
++++++++++++++++</p>
<ul>
<li>Fix issue where specially crafted inputs to encode() could
take exceptionally long amount of time to process. [CVE-2024-3651]</li>
</ul>
<p>Thanks to Guido Vranken for reporting the issue.</p>
<p>3.6 (2023-11-25)
++++++++++++++++</p>
<ul>
<li>Fix regression to include tests in source distribution.</li>
</ul>
<p>3.5 (2023-11-24)
++++++++++++++++</p>
<ul>
<li>Update to Unicode 15.1.0</li>
<li>String codec name is now &quot;idna2008&quot; as overriding the system codec
&quot;idna&quot; was not working.</li>
<li>Fix typing error for codec encoding</li>
<li>&quot;setup.cfg&quot; has been added for this release due to some downstream
lack of adherence to PEP 517. Should be removed in a future release
so please prepare accordingly.</li>
<li>Removed reliance on a symlink for the &quot;idna-data&quot; tool to comport
with PEP 517 and the Python Packaging User Guide for sdist archives.</li>
<li>Added security reporting protocol for project</li>
</ul>
<p>Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions
to this release.</p>
<p>3.4 (2022-09-14)
++++++++++++++++</p>
<ul>
<li>Update to Unicode 15.0.0</li>
<li>Migrate to pyproject.toml for build information (PEP 621)</li>
<li>Correct another instance where generic exception was raised instead of
IDNAError for malformed input</li>
<li>Source distribution uses zeroized file ownership for improved
reproducibility</li>
</ul>
<p>Thanks to Seth Michael Larson for contributions to this release.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://togithub.com/kjd/idna/commit/1d365e17e10d72d0b7876316fc7b9ca0eebdd38d"><code>1d365e1</code></a> Release v3.7</li>
<li><a href="https://togithub.com/kjd/idna/commit/c1b3154939907fab67c5754346afaebe165ce8e6"><code>c1b3154</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/172">#172</a> from kjd/optimize-contextj</li>
<li><a href="https://togithub.com/kjd/idna/commit/0394ec76ff022813e770ba1fd89658790ea35623"><code>0394ec7</code></a> Merge branch 'master' into optimize-contextj</li>
<li><a href="https://togithub.com/kjd/idna/commit/cd58a23173d2b0a40b95ee680baf3e59e8d33966"><code>cd58a23</code></a> Merge pull request <a href="https://redirect.github.com/kjd/idna/issues/152">#152</a> from elliotwutingfeng/dev</li>
<li><a href="https://togithub.com/kjd/idna/commit/5beb28b9dd77912c0dd656d8b0fdba3eb80222e7"><code>5beb28b</code></a> More efficient resolution of joiner contexts</li>
<li><a href="https://togithub.com/kjd/idna/commit/1b121483ed04d9576a1291758f537e1318cddc8b"><code>1b12148</code></a> Update ossf/scorecard-action to v2.3.1</li>
<li><a href="https://togithub.com/kjd/idna/commit/d516b874c3388047934938a500c7488d52c4e067"><code>d516b87</code></a> Update Github actions/checkout to v4</li>
<li><a href="https://togithub.com/kjd/idna/commit/c095c75943413c75ebf8ac74179757031b7f80b7"><code>c095c75</code></a> Merge branch 'master' into dev</li>
<li><a href="https://togithub.com/kjd/idna/commit/60a0a4cb61ec6834d74306bd8a1fa46daac94c98"><code>60a0a4c</code></a> Fix typo in GitHub Actions workflow key</li>
<li><a href="https://togithub.com/kjd/idna/commit/5918a0ef8034379c2e409ae93ee11d24295bb201"><code>5918a0e</code></a> Merge branch 'master' into dev</li>
<li>Additional commits viewable in <a href="https://togithub.com/kjd/idna/compare/v3.3...v3.7">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=idna&package-manager=pip&previous-version=3.3&new-version=3.7)](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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://togithub.com/googleapis/sphinx-docfx-yaml/network/alerts).

</details>
parthea added a commit that referenced this pull request Sep 8, 2026
- **Add methods for Models API (#7562)**
- **Move table and dataset snippets to samples/ directory (#7683)**
- **Add sample demonstrating how to create a job. (#8422)**
- **Add Routines API. (#8491)**
- **Add `to_arrow` to get a `pyarrow.Table` from query results.
(#8609)**
- **BigQuery: deprecate `client.dataset()` part 1 (#9032)**
- **Optionally include indexes in table written by
`load_table_from_dataframe`. (#9084)**
- **docs(bigquery): standardize comments and formatting in existing code
samples (#9212)**
- **feat(bigquery): add support for sheets ranges (#9416)**
- **refactor(bigquery): update code samples to use strings for table and
dataset IDs (#9136)**
- **feat(bigquery): add Dataset.default_partition_expiration_ms and
Table.require_partition_filter properties (#9464)**
- **doc(bigquery): add code sample for scripting (#9537)**
- **chore(bigquery): format code with latest version of black (#9556)**
- **docs(bigquery): document how to achieve higher write limit and add
tests (#9574)**
- **doc(bigquery): add table create sample using integer range
partitioning (#9478)**
- **chore(bigquery): fix undelete table system test to use milliseconds
in snapshot decorator (#9649)**
- **refactor(bigquery): update code samples to use strings for table and
dataset IDs (#9495)**
- **docs(bigquery): add sample to read from query destination table
(#9964)**
- **feat(bigquery): add `create_bqstorage_client` param to
`to_dataframe` and `to_arrow` (#9573)**
- **refactor(bigquery): update code samples to use strings for table and
dataset IDs (#9974)**
- **cleanup(bigquery): remove unused query code sample (#10024)**
- **doc(bigquery): uncomment `Client` constructor and imports in samples
(#10058)**
- **fix(bigquery): write pandas `datetime[ns]` columns to BigQuery
TIMESTAMP columns (#10028)**
- **refactor(bigquery): update code samples of load table file and uri
(#10175)**
- **docs: use timeout in create dataset sample (#52)**
- **refactor(bigquery): update code samples of load table autodetect and
truncate (#28)**
- **Add veneer samples for BigQuery.
[(#444)](GoogleCloudPlatform/python-docs-samples#444
- **Add data loading samples**
- **Add bigquery snippets**
- **Remove unnecessary fixture**
- **Address review comments**
- **Fix lint**
- **Address post-review comments for BigQuery samples**
- **Add bigquery create and copy table examples
[(#514)](GoogleCloudPlatform/python-docs-samples#514
- **Auto-update dependencies.
[(#540)](GoogleCloudPlatform/python-docs-samples#540
- **Auto-update dependencies.
[(#542)](GoogleCloudPlatform/python-docs-samples#542
- **Move to google-cloud
[(#544)](GoogleCloudPlatform/python-docs-samples#544
- **Add new "quickstart" samples
[(#547)](GoogleCloudPlatform/python-docs-samples#547
- **BigQuery - use new QueryJob.results() method.
[(#555)](GoogleCloudPlatform/python-docs-samples#555
- **Quickstart tests
[(#569)](GoogleCloudPlatform/python-docs-samples#569
- **Generate readmes for most service samples
[(#599)](GoogleCloudPlatform/python-docs-samples#599
- **Generate most non-appengine readmes**
- **Add missing bigquery samples
[(#622)](GoogleCloudPlatform/python-docs-samples#622
- **Update samples to support latest Google Cloud Python
[(#656)](GoogleCloudPlatform/python-docs-samples#656
- **Update readmes**
- **Fix bigquery load from file sample**
- **Fix lint**
- **Adjusted error handling based on Googler feedback
[(#693)](GoogleCloudPlatform/python-docs-samples#693
- **Changed error handling for all other big query samples as well
[(#694)](GoogleCloudPlatform/python-docs-samples#694
- **Add bigquery shakespeare example
[(#604)](GoogleCloudPlatform/python-docs-samples#604
- **BigQuery parameterized query sample
[(#699)](GoogleCloudPlatform/python-docs-samples#699
- **Auto-update dependencies.
[(#715)](GoogleCloudPlatform/python-docs-samples#715
- **Remove cloud config fixture
[(#887)](GoogleCloudPlatform/python-docs-samples#887
- **Remove resource
[(#890)](GoogleCloudPlatform/python-docs-samples#890
- **BigQuery: named parameter query samples**
- **Rename query file and use async method.**
- **Indent queries.**
- **Auto-update dependencies.
[(#916)](GoogleCloudPlatform/python-docs-samples#916
- **Re-generate all readmes**
- **BigQuery: user credentials to run a query.
[(#925)](GoogleCloudPlatform/python-docs-samples#925
- **Auto-update dependencies.
[(#942)](GoogleCloudPlatform/python-docs-samples#942
- **Fix README rst links
[(#962)](GoogleCloudPlatform/python-docs-samples#962
- **Auto-update dependencies.
[(#1004)](GoogleCloudPlatform/python-docs-samples#1004
- **BigQuery: add auth samples for service accounts.**
- **Fix SQL query to return 10 rows & simplify
[(#1041)](GoogleCloudPlatform/python-docs-samples#1041
- **Fix test randomness
[(#1043)](GoogleCloudPlatform/python-docs-samples#1043
- **Fix test randomness
[(#1044)](GoogleCloudPlatform/python-docs-samples#1044
- **Auto-update dependencies.
[(#1055)](GoogleCloudPlatform/python-docs-samples#1055
- **Update readme references. Resolves 1059**
- **Use futures API to wait for jobs to finish.**
- **BQ: Use futures API for quickstart.**
- **BigQuery : max_results changes page size not full list size**
- **Remove max_results argument from table.fetch_data() call.**
- **Remove unnecessary list() call**
- **Auto-update dependencies.
[(#1093)](GoogleCloudPlatform/python-docs-samples#1093
- **BigQuery : add sample for writing query results to a destination
table.
[(#1101)](GoogleCloudPlatform/python-docs-samples#1101
- **Auto-update dependencies.
[(#1128)](GoogleCloudPlatform/python-docs-samples#1128
- **BigQuery: Updates samples for BigQuery Beta 2 (do not merge until
release)
[(#1178)](GoogleCloudPlatform/python-docs-samples#1178
- **Auto-update dependencies.
[(#1186)](GoogleCloudPlatform/python-docs-samples#1186
- **Auto-update dependencies.
[(#1227)](GoogleCloudPlatform/python-docs-samples#1227
- **/s/buckets/datasets in BigQuery auth sample
[(#1242)](GoogleCloudPlatform/python-docs-samples#1242
- **Fix broken link to core Client service account helper.
[(#1256)](GoogleCloudPlatform/python-docs-samples#1256
- **Added "Open in Cloud Shell" buttons to README files
[(#1254)](GoogleCloudPlatform/python-docs-samples#1254
- **Move imports into bigquery samples**
- **BigQuery: rewrite simple app tutorial.**
- **Auto-update dependencies.
[(#1272)](GoogleCloudPlatform/python-docs-samples#1272
- **Auto-update dependencies.
[(#1307)](GoogleCloudPlatform/python-docs-samples#1307
- **Auto-update dependencies.
[(#1355)](GoogleCloudPlatform/python-docs-samples#1355
- **Auto-update dependencies.
[(#1377)](GoogleCloudPlatform/python-docs-samples#1377
- **Regenerate the README files and fix the Open in Cloud Shell link for
some samples
[(#1441)](GoogleCloudPlatform/python-docs-samples#1441
- **BigQuery: Remove unused samples
[(#1455)](GoogleCloudPlatform/python-docs-samples#1455
- **BigQuery: Removes unused API samples
[(#1459)](GoogleCloudPlatform/python-docs-samples#1459
- **Update READMEs to fix numbering and add git clone
[(#1464)](GoogleCloudPlatform/python-docs-samples#1464
- **BigQuery: Moves BigQuery tutorial for Dataproc to
python-docs-samples
[(#1494)](GoogleCloudPlatform/python-docs-samples#1494
- **BigQuery: Adds authorized view tutorial
[(#1535)](GoogleCloudPlatform/python-docs-samples#1535
- **Region tag end typo
[(#1536)](GoogleCloudPlatform/python-docs-samples#1536
- **Code snippets for Jupyter data visualization tutorial
[(#1560)](GoogleCloudPlatform/python-docs-samples#1560
- **updates last query per Steve's feedback
[(#1578)](GoogleCloudPlatform/python-docs-samples#1578
- **updates tutorial to add datasets to to_delete before running
[(#1579)](GoogleCloudPlatform/python-docs-samples#1579
- **Remove ipython Python 2 modifier from requirements.txt
[(#1675)](GoogleCloudPlatform/python-docs-samples#1675
- **Auto-update dependencies.
[(#1846)](GoogleCloudPlatform/python-docs-samples#1846
- **Refactor BQ user credentials sample to use region tags
[(#1952)](GoogleCloudPlatform/python-docs-samples#1952
- **Make TODO clearer what action to take.
[(#1963)](GoogleCloudPlatform/python-docs-samples#1963
- **Add missing explanation about local_server callback URL**
- **Auto-update dependencies.
[(#1980)](GoogleCloudPlatform/python-docs-samples#1980
- **BigQuery: Add sample for explicitly creating client from service
acco…
[(#2312)](GoogleCloudPlatform/python-docs-samples#2312
- **Adds updates including compute
[(#2436)](GoogleCloudPlatform/python-docs-samples#2436
- **Simplify noxfile setup.
[(#2806)](GoogleCloudPlatform/python-docs-samples#2806
- **fix: address issues with concurrent BigQuery tests
[(#3426)](GoogleCloudPlatform/python-docs-samples#3426
- **chore(deps): update dependency pytz to v2019.3
[(#3190)](GoogleCloudPlatform/python-docs-samples#3190
- **chore(deps): update dependency matplotlib to v3.2.1
[(#3180)](GoogleCloudPlatform/python-docs-samples#3180
- **chore(deps): update dependency ipython to v7.13.0
[(#3177)](GoogleCloudPlatform/python-docs-samples#3177
- **chore(deps): update dependency google-cloud-bigquery to v1.24.0
[(#3049)](GoogleCloudPlatform/python-docs-samples#3049
- **chore(deps): update dependency pytz to v2020
[(#3566)](GoogleCloudPlatform/python-docs-samples#3566
- **chore(deps): update dependency ipython to v7.14.0
[(#3670)](GoogleCloudPlatform/python-docs-samples#3670
- **[bigquery] opt in to use the build specific projects
[(#3883)](GoogleCloudPlatform/python-docs-samples#3883
- **chore(deps): update dependency ipython to v7.15.0
[(#3917)](GoogleCloudPlatform/python-docs-samples#3917
- **Replace GCLOUD_PROJECT with GOOGLE_CLOUD_PROJECT.
[(#4022)](GoogleCloudPlatform/python-docs-samples#4022
- **Update dependency google-cloud-bigquery to v1.25.0
[(#4024)](GoogleCloudPlatform/python-docs-samples#4024
- **chore(deps): update dependency matplotlib to v3.2.2
[(#4118)](GoogleCloudPlatform/python-docs-samples#4118
- **Update dependency ipython to v7.16.1
[(#4189)](GoogleCloudPlatform/python-docs-samples#4189
- **chore(deps): update dependency pytest to v5.4.3
[(#4279)](GoogleCloudPlatform/python-docs-samples#4279
- **chore(deps): update dependency mock to v4
[(#4287)](GoogleCloudPlatform/python-docs-samples#4287
- **chore(deps): update dependency matplotlib to v3.3.0
[(#4310)](GoogleCloudPlatform/python-docs-samples#4310
- **chore: update templates**
- **chore: change project env variable to use in tests**
- **chore: fix samples tests dependencies**
- **chore(deps): update dependency google-cloud-bigquery to v1.26.1
(#180)**
- **chore(deps): pin ipython to v7.17.0 for samples, python >= 3.7
(#208)**
- **chore(deps): update dependency matplotlib to v3.3.1 (#224)**
- **docs: recommend insert_rows_json to avoid call to tables.get
(#258)**
- **fix: update minimum dependency versions (#263)**
- **chore: Prepare for 2.0 release (#278)**
- **chore(deps): update dependency google-cloud-bigquery to v2 (#287)**
- **docs(samples): add create_table_clustered code snippet (#291)**
- **docs: update snippets samples to support version 2.0 (#309)**
- **chore(deps): update dependency google-cloud-bigquery to v2.1.0
(#312)**
- **chore(deps): update dependency matplotlib to v3.3.2 (#260)**
- **chore(deps): update dependency grpcio to v1.33.1 (#338)**
- **chore(deps): update dependency google-auth-oauthlib to v0.4.2
(#349)**
- **chore(deps): update dependency grpcio to v1.33.2 (#350)**
- **chore(deps): update dependency google-cloud-bigquery-storage to
v2.0.1 (#337)**
- **chore(deps): update dependency google-cloud-bigquery to v2.2.0
(#333)**
- **chore(deps): update dependency pandas to v1.1.4 (#355)**
- **docs(samples): add more clustering code snippets (#330)**
- **chore(deps): update dependency matplotlib to v3.3.3 (#385)**
- **chore(deps): update dependency google-cloud-bigquery to v2.3.1
(#371)**
- **chore(deps): update dependency google-cloud-bigquery to v2.4.0
(#391)**
- **chore(deps): update dependency pyarrow to v2 (#380)**
- **chore(deps): update dependency pytz to v2020.4 (#356)**
- **feat: add support for materialized views (#408)**
- **chore(deps): update dependency grpcio to v1.34.0 (#411)**
- **chore(deps): update dependency google-cloud-bigquery to v2.5.0
(#410)**
- **docs: update intersphinx links (#404)**
- **chore(deps): update dependency google-cloud-bigquery to v2.6.0
(#419)**
- **chore(deps): update dependency google-cloud-bigquery-storage to
v2.1.0 (#369)**
- **chore(deps): update dependency pandas to v1.1.5 (#417)**
- **docs: add GEOGRAPHY data type code samples (#428)**
- **docs: fix Shapely import in GEOGRAPHY sample (#431)**
- **chore(deps): update dependency google-cloud-bigquery to v2.6.1
(#430)**
- **docs: move and refresh view samples (#420)**
- **chore(deps): update dependency pytz to v2020.5 (#452)**
- **chore(deps): update dependency pandas to v1.2.0 (#454)**
- **chore: remove six dependency (#461)**
- **chore(deps): update dependency google-cloud-bigquery to v2.6.2
(#466)**
- **chore(deps): update dependency grpcio to v1.34.1 (#470)**
- **chore(deps): update dependency grpcio to v1.35.0 (#477)**
- **chore(deps): update dependency google-cloud-bigquery-storage to
v2.2.1 (#485)**
- **chore(deps): update dependency pyarrow to v3 (#490)**
- **chore(deps): update dependency google-cloud-bigquery to v2.7.0
(#491)**
- **chore(deps): update dependency matplotlib to v3.3.4 (#495)**
- **chore: update shared templates (#468)**
- **chore(deps): update dependency pytz to v2021 (#502)**
- **test: add samples Python 3.9 test session (#506)**
- **docs(bigquery): Add alternative approach to setting credentials
(#517)**
- **chore(deps): update dependency google-cloud-bigquery to v2.9.0
(#515)**
- **chore(deps): update dependency google-cloud-bigquery-storage to
v2.3.0 (#529)**
- **chore(deps): update dependency google-cloud-bigquery to v2.10.0
(#535)**
- **chore(deps): update dependency grpcio to v1.36.0 (#536)**
- **chore(deps): update dependency grpcio to v1.36.1 (#541)**
- **chore(deps): update dependency google-auth-oauthlib to v0.4.3
(#542)**
- **chore(deps): update dependency google-cloud-bigquery to v2.11.0
(#546)**
- **chore(deps): update dependency google-cloud-bigquery to v2.12.0
(#554)**
- **chore(deps): update dependency google-cloud-bigquery to v2.13.0
(#570)**
- **chore(deps): update dependency google-auth-oauthlib to v0.4.4
(#578)**
- **chore(deps): update dependency matplotlib to v3.4.1 (#576)**
- **chore(deps): update dependency grpcio to v1.37.0 (#596)**
- **chore: add constraints file check for python samples (#601)**
- **chore(deps): update dependency mock to v4.0.3 (#605)**
- **docs: add sample to run DML query (#591)**
- **chore(deps): update dependency pytest to v6 (#606)**
- **chore(deps): update dependency google-cloud-bigquery to v2.13.1
(#573)**
- **feat: add type hints for public methods (#613)**
- **chore(deps): update dependency google-cloud-bigquery to v2.14.0
(#627)**
- **chore(deps): update dependency google-cloud-bigquery-storage to
v2.4.0 (#595)**
- **chore(deps): update dependency google-cloud-bigquery to v2.15.0
(#639)**
- **chore(deps): update dependency pyarrow to v4 (#641)**
- **chore(deps): update dependency grpcio to v1.37.1 (#640)**
- **chore(deps): update dependency pytest to v6.2.4 (#647)**
- **chore(deps): update dependency google-cloud-bigquery to v2.16.1
(#652)**
- **chore(deps): update dependency grpcio to v1.38.0 (#674)**
- **fix(tests): invalid path to strptime() (#672)**
- **chore(deps): update dependency google-cloud-bigquery to v2.17.0
(#675)**
- **chore: new owl bot post processor docker image (#677)**
- **chore(deps): update dependency pyarrow to v4.0.1 (#681)**
- **chore(deps): update dependency google-cloud-bigquery to v2.18.0
(#683)**
- **chore(deps): update dependency google-cloud-bigquery to v2.19.0
(#691)**
- **chore(deps): update dependency google-cloud-bigquery to v2.20.0
(#694)**
- **chore(deps): update dependency grpcio to v1.38.1 (#713)**
- **chore(deps): update dependency google-cloud-bigquery-storage to
v2.5.0 (#731)**
- **chore(deps): update dependency google-cloud-bigquery-storage to
v2.6.0 (#743)**
- **chore(deps): update dependency google-cloud-bigquery to v2.21.0
(#755)**
- **docs: add loading data from Firestore backup sample (#737)**
- **chore(deps): update dependency google-cloud-bigquery to v2.22.0
(#783)**
- **feat: add Samples section to CONTRIBUTING.rst (#785)**
- **docs: add sample to delete job metadata (#798)**
- **chore(deps): update dependency grpcio to v1.39.0 (#796)**
- **chore(deps): update dependency google-cloud-bigquery to v2.22.1
(#800)**
- **chore(deps): update dependency google-cloud-bigquery to v2.23.0
(#820)**
- **chore(deps): update dependency google-cloud-bigquery to v2.23.1
(#827)**
- **chore(deps): update dependency pyarrow to v5 (#834)**
- **chore(deps): update dependency google-cloud-bigquery-storage to
v2.6.2 (#795)**
- **chore(deps): update dependency google-auth-oauthlib to v0.4.5
(#839)**
- **chore(deps): update dependency google-cloud-bigquery to v2.23.2
(#838)**
- **chore(deps): update dependency google-cloud-testutils to v1 (#845)**
- **chore(deps): update dependency google-cloud-bigquery to v2.23.3
(#866)**
- **chore(deps): update dependency google-cloud-bigquery-storage to
v2.6.3 (#863)**
- **chore: fix INSTALL_LIBRARY_FROM_SOURCE in noxfile.py (#869)**
- **chore(deps): update dependency google-cloud-bigquery to v2.24.0
(#873)**
- **chore: drop mention of Python 2.7 from templates (#877)**
- **fix: remove pytz dependency and require pyarrow>=3.0.0 (#875)**
- **chore(deps): update dependency google-cloud-bigquery to v2.24.1
(#887)**
- **feat: Support using GeoPandas for GEOGRAPHY columns (#848)**
- **chore(deps): update dependency numpy to v1.21.2 (#899)**
- **chore(deps): update dependency google-cloud-core to v2 (#904)**
- **chore(deps): update dependency google-cloud-bigquery to v2.25.0
(#907)**
- **chore(deps): update dependency pandas to v1.3.2 (#900)**
- **docs: update docstring for bigquery_create_routine sample (#883)
(#917)**
- **chore(deps): update all dependencies (#914)**
- **chore(deps): update all dependencies (#926)**
- **chore(deps): update all dependencies (#928)**
- **chore(deps): update dependency google-cloud-bigquery to v2.26.0
(#938)**
- **chore: update system tests and samples to use and @google.com email
address (#942)**
- **test: fix routine DDL sample test exits too early (#932)**
- **chore(deps): update all dependencies (#939)**
- **chore(deps): update all dependencies (#943)**
- **docs: simplify destination table sample with f-strings (#966)**
- **chore(deps): update all dependencies (#963)**
- **chore(deps): update all dependencies (#992)**
- **chore: fail samples nox session if python version is missing
(#997)**
- **chore(deps): update all dependencies (#993)**
- **chore(python): Add kokoro configs for python 3.10 samples testing
(#1010)**
- **docs(samples): add create external table with hive partitioning
(#1033)**
- **docs: add code samples for Jupyter/IPython magics (#1013)**
- **chore: use gapic-generator-python 0.53.4 (#1037)**
- **feat: support Python 3.10 (#1043)**
- **docs: show gcloud command to authorize against sheets (#1045)**
- **docs: add sample for revoking dataset access (#778)**
- **chore: update python-docs-samples link to main branch (#1082)**
- **feat: support authorized dataset entity (#1075)**
- **chore(deps): update all dependencies (#1005)**
- **test: skip failing copy table tests (#1090)**
- **chore(deps): update all dependencies (#1089)**
- **chore(deps): update all dependencies (#1091)**
- **chore(deps): update all dependencies (#1098)**
- **chore(samples): Add check for tests in directory (#1103)**
- **chore(deps): update all dependencies (#1101)**
- **chore(python): Noxfile recognizes that tests can live in a folder
(#1115)**
- **docs: show common job properties in `get_job` and `cancel_job`
samples (#1137)**
- **chore(deps): update dependency ipython to v8.0.1 [security]
(#1126)**
- **chore(deps): update dependency ipython [security] (#1154)**
- **samples: remove browser option from user credentials sample
(#1147)**
- **deps: allow pyarrow 7.0 (#1112)**
- **chore: Adding support for pytest-xdist and pytest-parallel (#1160)**
- **chore(deps): update all dependencies (#1156)**
- **chore(deps): update all dependencies (#1162)**
- **chore(deps): update all dependencies (#1163)**
- **fix: upgrade black (#1177)**
- **fix!: remove out-of-date BigQuery ML protocol buffers (#1178)**
- **chore(deps): update all dependencies (#1164)**
- **chore(deps): update all dependencies (#1183)**
- **chore: use === in requirements.txt for environment specific pins
(#1184)**
- **chore(deps): update all dependencies (#1185)**
- **chore(deps): update all dependencies (#1192)**
- **chore(deps): update dependency click to v8.1.2 (#1197)**
- **chore(deps): update all dependencies (#1200)**
- **chore(deps): update dependency google-cloud-bigquery-storage to
v2.13.1 (#1203)**
- **chore(deps): update dependency google-auth to v2.6.3 (#1206)**
- **chore(deps): update dependency pyparsing to v3.0.8 (#1210)**
- **chore(deps): update dependency google-cloud-core to v2.3.0 (#1211)**
- **chore(deps): update dependency google-auth to v2.6.4 (#1214)**
- **chore(deps): update dependency google-api-core to v2.7.2 (#1215)**
- **fix: export bigquery.HivePartitioningOptions (#1217)**
- **chore(deps): update dependency google-auth to v2.6.5 (#1219)**
- **chore(deps): update dependency typing-extensions to v4.2.0 (#1221)**
- **chore(python): add nox session to sort python imports (#1224)**
- **chore(deps): update all dependencies (#1227)**
- **chore(deps): update dependency pytest to v7.1.2 (#1229)**
- **chore(deps): update dependency click to v8.1.3 (#1233)**
- **chore(deps): update dependency ipython to v8.3.0 (#1234)**
- **chore(deps): update dependency google-api-core to v2.7.3 (#1236)**
- **chore(deps): update dependency matplotlib to v3.5.2 (#1237)**
- **chore(deps): update all dependencies (#1238)**
- **docs: updated variable typo in comment in code sample (#1239)**
- **chore: update all dependencies (#1244)**
- **chore(deps): update dependency pyparsing to v3.0.9 (#1246)**
- **chore(deps): update dependency libcst to v0.4.3 (#1247)**
- **chore(deps): update dependency grpcio to v1.46.1 (#1249)**
- **chore(deps): update dependency googleapis-common-protos to v1.56.1
(#1251)**
- **chore(deps): update all dependencies (#1253)**
- **chore(deps): update all dependencies (#1255)**
- **feat: add support for table clones (#1235)**
- **chore(deps): update all dependencies (#1258)**
- **chore(deps): update all dependencies (#1264)**
- **docs(samples): add table snapshot sample (#1274)**
- **fix: require python 3.7+ (#1284)**
- **docs(samples): explicitly add bq to samples reqs, upgrade grpc to
fix bug on m1 (#1290)**
- **chore(deps): update all dependencies (#1301)**
- **chore(deps): update all dependencies (#1305)**
- **chore(deps): update all dependencies (#1308)**
- **chore(deps): update all dependencies (#1313)**
- **chore(deps): update dependency pytz to v2022.2.1 (#1316)**
- **chore(deps): update dependency google-cloud-bigquery-storage to
v2.14.2 (#1317)**
- **chore(deps): update dependency shapely to v1.8.3 (#1320)**
- **chore(deps): update all dependencies (#1322)**
- **chore(deps): update all dependencies (#1323)**
- **chore(deps): update dependency proto-plus to v1.22.1 (#1330)**
- **chore(deps): update dependency pandas to v1.4.4 (#1332)**
- **chore(deps): update dependency google-crc32c to v1.5.0 (#1334)**
- **fix: uses function (create_job) more appropriate to the described
sample intent (#1309)**
- **chore(deps): update all dependencies (#1339)**
- **chore(deps): update dependency google-cloud-bigquery-storage to
v2.15.0 (#1342)**
- **chore(deps): update dependency certifi to v2022.6.15.1 (#1346)**
- **chore: detect samples tests in nested directories (#1349)**
- **chore(deps): update all dependencies (#1351)**
- **chore(deps): update dependency google-api-core to v2.10.1 (#1353)**
- **chore(deps): update all dependencies (#1354)**
- **chore(deps): update all dependencies (#1358)**
- **chore(deps): update all dependencies (#1360)**
- **chore(deps): update dependency db-dtypes to v1.0.4 (#1361)**
- **chore(deps): update all dependencies (#1363)**
- **chore(deps): update all dependencies (#1380)**
- **feat: reconfigure tqdm progress bar in %%bigquery magic (#1355)**
- **chore(deps): update all dependencies (#1382)**
- **fix: corrects test for non-existent attribute (#1395)**
- **chore(python): drop flake8-import-order in samples noxfile (#1424)**
- **docs: created samples for load table and create table from schema
file (#1436)**
- **docs: create sample to write schema file from table (#1439)**
- **docs: revise sample for nested schema (#1446)**
- **chore: install all sample dependencies when type checking samples
(#1455)**
- **docs: revise label table code samples (#1451)**
- **docs: revise create table cmek sample (#1452)**
- **chore(python): add support for python 3.11 [autoapprove] (#1454)**
- **chore(deps): update dependency certifi to v2022.12.7 [security]
(#1434)**
- **chore(deps): update all dependencies (#1390)**
- **chore(deps): update all dependencies (#1456)**
- **chore(deps): update all dependencies (#1460)**
- **chore(deps): update all dependencies (#1461)**
- **docs: revise get table labels code sample, add TODO to clean up
snipp… (#1464)**
- **chore(deps): update dependency packaging to v23 (#1462)**
- **docs: revise delete label table code sample, add TODO to clean up
sni… (#1466)**
- **docs: adds snippet for creating table with external data config
(#1420)**
- **chore(deps): update all dependencies (#1471)**
- **chore(deps): update all dependencies (#1475)**
- **docs(samples): table variable fix (#1287)**
- **chore(deps): update dependency google-cloud-bigquery-storage to
v2.18.1 (#1476)**
- **chore(deps): update dependency geojson to v3 (#1478)**
- **chore(deps): update all dependencies (#1479)**
- **chore(deps): update dependency shapely to v2.0.1 (#1480)**
- **chore(deps): update dependency fiona to v1.9.0 (#1482)**
- **chore(deps): update dependency google-cloud-bigquery to v3.5.0
(#1485)**
- **chore(deps): update all dependencies to v1 (#1486)**
- **chore(deps): update all dependencies (#1501)**
- **chore(deps): update all dependencies (#1513)**
- **chore(deps): update all dependencies (#1514)**
- **chore(deps): update dependency charset-normalizer to v3.1.0
(#1518)**
- **chore(deps): update all dependencies (#1522)**
- **chore(deps): update all dependencies (#1540)**
- **chore(deps): update all dependencies (#1549)**
- **chore(deps): update dependency google-cloud-bigquery to v3.10.0
(#1556)**
- **chore(deps): update all dependencies (#1557)**
- **chore(deps): update dependency requests to v2.31.0 [security]
(#1573)**
- **chore(deps): update all dependencies (#1560)**
- **chore(deps): update all dependencies (#1576)**
- **chore(deps): update all dependencies (#1577)**
- **chore(deps): update all dependencies (#1606)**
- **test: enable copy table tests (#1609)**
- **chore(deps): update all dependencies (#1607)**
- **chore(deps): bump certifi in /samples/geography (#1627)**
- **chore(deps): update all dependencies (#1626)**
- **chore(deps): update all dependencies (#1636)**
- **chore(docs): update region tag and move sample and test (#1648)**
- **docs: Revise update_table_expiration sample (#1457)**
- **docs: revised `create_partitioned_table` sample (#1447)**
- **docs: revised relax column mode sample (#1467)**
- **chore: [autoapprove] Update `black` and `isort` to latest versions
(#1678)**
- **chore: upgrade mypy (#1705)**
- **chore(deps): bump urllib3 from 1.26.15 to 1.26.18 in
/samples/geography (#1684)**
- **chore(deps): update dependency pyarrow to v14 [security] (#1718)**
- **chore: standardize samples directory (#1727)**
- **chore: standardize samples directory - delete unneeded dependencies
(#1732)**
- **feat: Add support for Python 3.12 (#1736)**
- **feat: add `Client.query_and_wait` which directly returns a
`RowIterator` of results (#1722)**
- **chore: cleanup resources at startup (#1741)**
- **docs: update multiple samples to change query to query_and_wait
(#1784)**
- **docs: update the query with no cache sample to use query_and_wait
API (#1770)**
- **docs: remove unused query code sample (#1769)**
- **docs: Updates `query` to `query and wait` in
samples/desktopapp/user_credentials.py (#1787)**
- **docs: update `client_query_destination_table.py` sample to use
`query_and_wait` (#1783)**
- **docs: update to use `query_and_wait` in
`client_query_w_positional_params.py` (#1786)**
- **Docs: update the query destination table legacy file to use
query_and_wait API (#1775)**
- **docs: update sample for query_to_arrow to use query_and_wait API
(#1776)**
- **docs: update query_external_sheets_permanent_table.py to use
query_and_wait API (#1778)**
- **docs: update  to use  API (#1781)**
- **docs: update to use `query_and_wait` in
`samples/client_query_w_timestamp_params.py` (#1785)**
- **docs: update to_geodataframe to use query_and_wait functionality
(#1800)**
- **docs: update `client_query_w_named_params.py` to use
`query_and_wait` API (#1782)**
- **docs(samples): updates to urllib3 constraint for Python 3.7
(#1834)**
- **chore(deps): update all dependencies (#1640)**
- **chore: use mock from unittest (#1823)**
- **chore(deps): update all dependencies (#1835)**
- **chore(deps): update all dependencies (#1849)**
- **chore(deps): update dependency pyarrow to v15.0.2 (#1861)**
- **fix: update error logging when converting to pyarrow column fails
(#1836)**
- **chore(deps): update dependency google-auth to v2.29.0 (#1865)**
- **chore(deps): update dependency google-api-core to v2.18.0 (#1866)**
- **feat: add `fields` parameter to `set_iam_policy` for consistency
with update methods (#1872)**
- **chore(deps): update all dependencies (#1873)**
- **fix: make `pyarrow` an optional dependency post-3.20.0 yanked
release (#1879)**
- **chore(deps): update all dependencies (#1875)**
- **chore(deps): update all dependencies (#1882)**
- **chore(deps): update all dependencies (#1891)**
- **chore(deps): update dependency idna to v3.7 [security] (#1896)**
- **chore(deps): update all dependencies (#1893)**
- **chore(deps): update all dependencies (#1904)**
- **chore(deps): update all dependencies (#1916)**
- **chore(deps): update all dependencies (#1921)**
- **chore(deps): update all dependencies (#1926)**
- **chore(deps): update all dependencies (#1934)**
- **chore(deps): bump requests from 2.31.0 to 2.32.2 in
/samples/geography (#1933)**
- **chore(deps): update all dependencies (#1938)**
- **testing: update BQML training option (#1943)**
- **chore(deps): update all dependencies (#1946)**
- **chore(deps): update all dependencies (#1954)**
- **chore(deps): update dependency urllib3 to v2.2.2 [security]
(#1959)**
- **chore(deps): update all dependencies (#1955)**
- **chore(deps): update dependency certifi to v2024.7.4 [security]
(#1968)**
- **feat: use `bigquery-magics` package for the `%%bigquery` magic
(#1965)**
- **docs: add short mode query sample & test (#1978)**
- **chore(deps): update all dependencies (#1982)**
- **chore(deps): update all dependencies (#1983)**
- **chore(deps): update all dependencies (#1993)**
- **chore(deps): update all dependencies (#2002)**
- **chore(deps): update all dependencies (#2004)**
- **testing: remove testing identity override (#2011)**
- **chore(deps): update all dependencies (#2005)**
- **chore(deps): update all dependencies (#2017)**
- **chore(deps): update all dependencies (#2018)**
- **chore(deps): update all dependencies (#2025)**
- **chore(deps): update all dependencies (#2029)**
- **chore(deps): bump fiona from 1.9.6 to 1.10.0 in /samples/geography
(#2027)**
- **chore(deps): update all dependencies (#2031)**
- **chore(deps): update all dependencies (#2033)**
- **build: use multiScm for Kokoro release builds (#2049)**
- **chore(deps): update all dependencies (#2038)**
- **chore(deps): update all dependencies (#2064)**
- **chore(deps): update all dependencies (#2068)**
- **chore(deps): update all dependencies (#2070)**
- **chore(deps): update all dependencies (#2078)**
- **chore(deps): update all dependencies (#2096)**
- **chore(deps): update dependency grpcio to v1.69.0 (#2102)**
- **test: add unit test covering the case where worker streams are
stopped early (#2127)**
- **deps: Remove Python 3.7 and 3.8 as supported runtimes (#2133)**
- **chore(deps): update all dependencies (#2143)**
- **chore(deps): update dependency pyasn1-modules to v0.4.2 (#2150)**
- **chore(deps): update dependency shapely to v2.1.0 (#2155)**
- **chore(deps): update dependency typing-extensions to v4.13.1
(#2156)**
- **test: adds pytest-xdist to speed up processing of CI/CD checks
(#2153)**
- **chore(deps): update all dependencies (#2158)**
- **chore(deps): update dependency db-dtypes to v1.4.3 (#2178)**
- **chore(deps): update all dependencies to v3.32.0 (#2179)**
- **fix(deps): update all dependencies (#2184)**
- **chore(deps): update dependency google-auth to v2.40.2 (#2196)**
- **docs: use query_and_wait in the array parameters sample (#2202)**
- **feat: job creation mode GA (#2190)**
- **chore(deps): update dependency pytest-xdist to v3.7.0 (#2203)**
- **chore(deps): update all dependencies (#2205)**
- **chore(deps): update all dependencies (#2209)**
- **chore(deps): update all dependencies (#2211)**
- **chore(deps): update dependency requests to v2.32.4 (#2213)**
- **chore(deps): update dependency google-api-core to v2.25.1 (#2215)**
- **chore(deps): bump urllib3 from 2.4.0 to 2.5.0 in /samples/geography
(#2220)**
- **chore: add label job sample (#2219)**
- **chore(deps): update all dependencies (#2216)**
- **chore(deps): update all dependencies (#2224)**
- **chore(deps): update all dependencies (#2226)**
- **chore(deps): update dependency certifi to v2025.7.9 (#2232)**
- **chore(deps): update dependency certifi to v2025.7.14 (#2237)**
- **chore(deps): update all dependencies to v3.35.0 (#2242)**
- **chore(deps): update all dependencies (#2243)**
- **chore(deps): update dependency matplotlib to v3.10.5 (#2251)**
- **chore(deps): update all dependencies (#2253)**
- **chore(deps): update all dependencies (#2259)**
- **chore(deps): update all dependencies (#2275)**
- **chore(deps): update all dependencies (#2300)**
- **chore(deps): update dependency google-auth to v2.41.1 (#2312)**
- **chore(deps): update all dependencies (#2314)**
- **chore(python): Add Python 3.14 to python post processor image
(#2317)**
- **chore(deps): update dependency urllib3 to v2.6.0 [security]
(#2342)**
- **chore(deps): update dependency urllib3 to v2.6.3 [security]
(#2357)**
- **chore(deps): update dependency geopandas to v1.1.2 [security]
(#2411)**
- **chore(deps): update dependency pyasn1 to v0.6.2 [security] (#2407)**

Fixes https://github.com/googleapis/google-cloud-python/issues/18150

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: WhiteSource Renovate <bot@renovateapp.com>
Co-authored-by: Tim Swast <swast@google.com>
Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Co-authored-by: Steffany Brown <30247553+steffnay@users.noreply.github.com>
Co-authored-by: john li <jli@circularly.org>
Co-authored-by: meredithslota <meredithslota@google.com>
Co-authored-by: Alma Becerril Salas <47731219+abecerrilsalas@users.noreply.github.com>
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
Co-authored-by: Chalmer Lowe <chalmer.lowe@gmail.com>
Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
Co-authored-by: aribray <45905583+aribray@users.noreply.github.com>
Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
Co-authored-by: Mario Torres Jr <105736410+Mattix23@users.noreply.github.com>
Co-authored-by: Jared Chapman <thejaredchapman@gmail.com>
Co-authored-by: adhiggs <38925938+adhiggs@users.noreply.github.com>
Co-authored-by: Alvaro Viebrantz <aviebrantz@google.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Co-authored-by: Kira <kirnendra@google.com>
Co-authored-by: Salem Jorden <115185670+SalemJorden@users.noreply.github.com>
Co-authored-by: Salem Boyland <salemb@google.com>
Co-authored-by: Stephanie A <129541811+DevStephanie@users.noreply.github.com>
Co-authored-by: shollyman <shollyman@google.com>
Co-authored-by: Leah Cole <coleleah@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: datastore Issues related to the Datastore API. testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants