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
Temp commit with idea to clear up cyclic imports in datastore package.
This is intended for discussion but not to be committed. Some remarks:
- This surfaces the fact that the use of Dataset in
datastore.key.Key.from_protobuf is not well-tested enough.
- The changes to _helpers are made to avoid explicitly referencing
the Entity class. These changes end up in uglier code
for a minimal gain.
- We could likely factor out the Dataset ID/connection concept from
the full "dataset" concept. It seems a Dataset and its convenience
methods are referenced a lot in the docs but not really tested
much.
0 commit comments