Fixed some python2->3 string issues#671
Fixed some python2->3 string issues#671foozlevazquez wants to merge 5 commits intogoogleapis:masterfrom foozlevazquez:master
Conversation
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
@foozlevazquez How did you test that the failures in #653 are passing? Can you add unit tests? Also, can you PS I see you've signed the CLA, @googlebot is useful sometimes! |
|
@foozlevazquez Is this the
|
|
Great! Let me know if you need some help and I can make some suggestions / lend a hand. |
|
@foozlevazquez What's up? |
|
@dhermes Also, I realized that #653 has a root cause of some python2-3 string crap that is taking place in oauth2client here - So I'm working on a pull-request for that as well. Essentially I'm having to untangle a set of fixes I made in a hacking frenzy... :) Thanks for checking. |
|
That's great! I can help on the The people who added Python 3 support there weren't actually running unit tests (eek!) and I tried to fix most of it in: |
|
+1 to fixing any/all issues in oauth2client. @nathanielmanistaatgoogle or @soltanmm is likely to be quicker than me with the code reviews. |
|
The origin of this all is some code that simply does the following: The example above dies with the infamous I've initiated googleapis/oauth2client#136 to fix and test the above. To fix problems with |
* 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>
Source-Link: googleapis/synthtool@50db768 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e09366bdf0fd9c8976592988390b24d53583dd9f002d476934da43725adbb978
#671) * fix: updated assets to have text backgroud so it works with dark mode * fix: updated assets to have text backgroud so it works with dark mode
Support multi-row inserts like
```sql
INSERT INTO tbl
VALUES ('a'), ('b')
```
fixes: #670
* samples: delete unspecified sample * fixed lint issue * updated readme
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 423930262 Source-Link: googleapis/googleapis@b0c104f Source-Link: googleapis/googleapis-gen@4289d82 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDI4OWQ4MjAwMGQ1NTQ1NjM1N2YwNWJlMDFiNzc2MzA4MmJiNzdiNiJ9 feat: add api key support
fixes: Attribute error thrown in gcloud/exceptions.py #653