Adding profile get argument to dataset route, making it possible to force profiling on a dataset.
The route /projects/<projectid>/datasets/<datasetid>?profile=true guarantees that the resulting dataset descriptor will include profiling properties (without ?profile=true, the route will only return cached profiling properties generated by a previous run if they exist)
(re: https://github.com/VizierDB/web-ui/issues/275)
Depends on https://github.com/UBOdin/mimir-api/pull/25
Adding profile get argument to dataset route, making it possible to force profiling on a dataset.
The route
/projects/<projectid>/datasets/<datasetid>?profile=true
guarantees that the resulting dataset descriptor will include profiling properties (without?profile=true
, the route will only return cached profiling properties generated by a previous run if they exist)