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
Adding Dataset class to act as a factory containing a
preset connection and dataset ID. (Existed several releases
ago in a different form.)
Adding lazy loading support for default dataset ID and
connection in datastore package. This allows auth to be done
without needing to call datastore.set_defaults() provided
the correct environment variables are set.