You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
In implementing pandas-gbq integration with the new, faster
query_and_waitmethod, 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
QueryJobConfigwith unknown or invalid parameters viafrom_api_repr()job_configtoquery_and_wait().Code example
Stack trace
No stack trace is produced, even though one should be due to an invalid configuration.