In scenarios where you are given an ObjectStore object that you did not explicitly create, it would be nice to be able to read off the underlying store url. Mind if I add a .url property? I would add this rust-side to every store class and expose via python.
In scenarios where you are given an
ObjectStoreobject that you did not explicitly create, it would be nice to be able to read off the underlying store url. Mind if I add a.urlproperty? I would add this rust-side to every store class and expose via python.