Support for with statement for Client class #538
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
Currently, the Client class does not support with statement. Supporting with statement would make programmers easy to write and maintenance their code.
Describe the solution you'd like
Add
__enter__
and__exit__
methods to enable with statement. Works as following would be perfect.The text was updated successfully, but these errors were encountered: