#1071: fix BQ system tests under Py3k by tseaver · Pull Request #1074 · googleapis/google-cloud-python
added 2 commits
August 19, 2015 09:42Prevents TypeError in 'writerow()' on Py3k. Fixes #1071.
labels
Aug 19, 2015label
Aug 19, 2015dhermes added a commit that referenced this pull request
Aug 19, 2015#1071: fix BQ system tests under Py3k
tseaver
deleted the
1071-bigquery-system_tests_py3k
branch
parthea pushed a commit that referenced this pull request
Oct 21, 2023)](GoogleCloudPlatform/python-docs-samples#1074) The use of base64 is essentially an implementation detail of the Cloud KMS REST API: it is required only so that arbitrary binary data can be included in a JSON string, which only allows Unicode characters. Therefore, the "encrypt" sample function should decode the base64-encoded ciphertext before writing the file. Similarly, "decrypt" should not assume that an input file is base64-encoded, but should perform the base64-encoding itself before sending the encrypted data to KMS. This aligns with how the "gcloud kms encrypt" and "gcloud kms decrypt" commands behave. See https://stackoverflow.com/q/45699472 for an example of user confusion caused by the mismatch.
ohmayr pushed a commit that referenced this pull request
Aug 5, 2025… 20250717 (#1074) (#14169) - [ ] Regenerate this pull request now. Source-Link: googleapis/googleapis@6764f0e Source-Link: googleapis/googleapis-gen@6c2b3c1 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbXB1dGUvLk93bEJvdC55YW1sIiwiaCI6IjZjMmIzYzFkNTM0YWI2MWIzYWQxMTkwMGU0ZmVhYTc5M2I1NTYyMjMifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request
Nov 22, 2025parthea pushed a commit that referenced this pull request
Nov 24, 2025parthea pushed a commit that referenced this pull request
Nov 24, 2025Fixes #1056. Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
parthea pushed a commit that referenced this pull request
Feb 20, 2026Removing @googleapis/api-logging, @googleapis/api-logging-partners, and @googleapis/api-logging-reviewers. Replaced with @googleapis/yoshi-python. b/476446922
parthea pushed a commit that referenced this pull request
Mar 2, 2026This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters