fix: query_and_wait now retains unknown query configuration _properties#1793
fix: query_and_wait now retains unknown query configuration _properties#1793
query_and_wait now retains unknown query configuration _properties#1793Conversation
query_and_wait now retains unknown query configuration `_prope…query_and_wait now retains unknown query configuration _properties
|
Could you tell me more about the rationale of keeping unknown config fields? |
Two reasons: (1) as you can see from the removal of this code: it allows for a cleaner conversion from query job insert request to jobs.query request. (2) It allows for customers who want access to features that are in preview an not yet implemented in the client library to set REST API properties via setting |
|
That's great to know! Thank you |
fix: raise
ValueErrorinquery_and_waitwith wrongjob_configtypeThank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #1792
🦕