Add match count to user prompt in DB commands #653
Labels
enhancement
Improves a feature or non-functional aspects (e.g., optimization, prettify, technical debt)
Milestone
We running
orion db rm/set
, there is a prompt for the user to confirm the operation, but there is no information about what will be executed (how many trials or exp will be affected?). These stats are printed after the operation but not before (in the prompt). The prompt messages (like here https://github.com/Epistimio/orion/blob/develop/src/orion/core/cli/db/rm.py#L34) should include this information. A functionprocess_trial_count
should be implemented likeprocess_trial_rm
to count the matching trials/exp before the operation is executed.@mgermain
The text was updated successfully, but these errors were encountered: