Open toryhaavik opened 2 years ago
Thanks for the request! This sounds reasonable to me. I believe the connect
method is pretty flexible with regards to the arguments it accepts. I'd be open to a PR that added a bqclient
(or similar) keyword argument and bypasses the current client authentication and construction logic.
I am also looking for this feature
In some cases, it's easier to construct your own
bq.Client
than delegate to theBackend.connect
method. Couldn't there be a factory function and/or Backend constructor that takes an already-createdClient
?