-
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
[Python] "400 Request is missing 'x-goog-request-params' header" when using dictionary as parameter in functions that use routing headers #380
Comments
@vam-google would you mind taking a look at this? |
@vam-google @hzyi-google Any updates on this? We're out of SLO. |
@hzyi-google Is this an issue for Java and PHP? If so, we should fix this. |
I didn't check Java / PHP for related issues. This surfaces in Python when you pass in a dictionary instead of an explicit request object. e.g. session = client.create_read_session(
{
"project_id": "swast-scratch",
"dataset_id": "schema_examples",
"table_id": "array_struct",
},
"projects/swast-scratch") |
@software-dov, can you triage this? I'm not sure if this still an issue in the new python micro-generator. Please advice. |
Duplicate of #401 |
See: googleapis/google-cloud-python#7220 for how this manifests in the BigQuery Storage API.
The text was updated successfully, but these errors were encountered: