ibis-bigquery icon indicating copy to clipboard operation
ibis-bigquery copied to clipboard

Backend constructor/connect method that supports already-constructed google.cloud.bigquery.Client

Open toryhaavik opened this issue 3 years ago • 2 comments

In some cases, it's easier to construct your own bq.Client than delegate to the Backend.connect method. Couldn't there be a factory function and/or Backend constructor that takes an already-created Client?

toryhaavik avatar May 03 '22 18:05 toryhaavik

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.

tswast avatar May 17 '22 19:05 tswast

I am also looking for this feature

goodwanghan avatar Oct 04 '22 16:10 goodwanghan