You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplifying Client constructor's for Bigtable and Spanner. (googleapis#3672)
* Simplifying Client constructor's for Bigtable and Spanner.
* Fixing Bigtable unit tests after Client re-factor.
Also slightly changing the Client constructor so that
it only called `with_scopes()` one time on the credentials
(was previously calling with `SCOPE=None` and then again with the
custom scope for the instance)
* Fixing Spanner unit tests after Client re-factor.
Also slightly changing the `copy()` method so that it
just passes the same credentials instance.
Also updating `nox` config to allow session `posargs`.
* Removing unused imports after Bigtable/Spanner Client re-factor.
0 commit comments