-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple syntax issues with latest generator release 0.44.0 #848
Comments
python-billing . See googleapis/python-billing#63
|
python-bigquery-connection . See googleapis/python-bigquery-connection#63
See https://github.com/googleapis/python-bigquery-connection/blob/aed7cf2d0797c86b1eec45aab638fc422d03a1dc/owl-bot-staging/v1/google/cloud/bigquery_connection_v1/services/connection_service/client.py#L853
|
There are various PRs opened by
owl-bot
that are failing for various syntax issues which we believe to be a result of the generator update. I'm going to use this issue to compile a list of the issues that I'm seeing.For example,
python-area120-tables . See googleapis/python-area120-tables#36
The error is :
There is a syntax error where there is a comma missing in the arguments for
proto.MapField
See here.
The current client doesn't have a syntax error. See here.
The text was updated successfully, but these errors were encountered: