VizierDB / web-api-async

Vizier Asynchronous Web API
Apache License 2.0
2 stars 2 forks source link

Adding support for profile-on-demand #104

Closed okennedy closed 4 years ago

okennedy commented 4 years ago

(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)