superduper
superduper copied to clipboard
[PRE-RELEASE-0.4] Create utilities to avoid using the `predict_id` in queries
trafficstars
db['_outputs__<identifier>__<uuid>']should work even if user givesdb['_outputs__<identifier>'].db['docs'].select().outputs("<identifier>__<uuid>")should work asdb['docs'].select().outputs("<identifier>")
The expected behaviour is that the latest version should be loaded.
TODO: check that these are the only places needed.