triage icon indicating copy to clipboard operation
triage copied to clipboard

Use cohort hash and label hash in matrix and model group definitions

Open ecsalomon opened this issue 6 years ago • 0 comments

If a user updates the query but not the name, we should still remake the matrices and models, even if the user doesn't set the replace flag.

As is, the nice thing is that if you discover a bug, you can set the replace flag and your old models and matrices will be overwritten, simplifying your storage. However, forgetful users may neglect setting the replace flag or updating the name and encounter unexpected behavior, such as overwriting valid matrices or not building new models when it is expected that they will be built.

Of course, we probably wouldn't want to make this change until there is a good cleanup utility that would allow the erasure of matrices/models built from erroneous queries.

ecsalomon avatar Feb 11 '19 22:02 ecsalomon