bug: query_and_wait
drops unknown properties in the QueryJobConfig
#1792
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
In implementing pandas-gbq integration with the new, faster
query_and_wait
method, a test failure raised the issue that some request body details in a custom job configuration are being dropped. See: https://github.com/googleapis/python-bigquery-pandas/pull/722/files/7739f41989c5d0effbaf66070c6b94b6c3840506#r1459296431Steps to reproduce
QueryJobConfig
with unknown or invalid parameters viafrom_api_repr()
job_config
toquery_and_wait()
.Code example
Stack trace
No stack trace is produced, even though one should be due to an invalid configuration.
The text was updated successfully, but these errors were encountered: