This repository has been archived by the owner on Mar 29, 2023. It is now read-only.
Backend constructor/connect method that supports already-constructed google.cloud.bigquery.Client #128
Labels
enhancement
New feature or request
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
?The text was updated successfully, but these errors were encountered: