You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actually I'm not sure this makes sense. Cardamon runs are of observations which include multiple scenarios. The only thing that's important is that a scenario was run at a certain time (and possibly in the future, in response to some event - git commit, PR etc). Once a run happens Cardamon doesn't care what other scenarios were run in the same run and it shouldn't help in any queries to know that.
I'm closing this issue until I find a compelling reason to model "runs" in the db.
Explicitly storing individual runs will probably help in features going forward and will probably help to simplify some SQL queries.
Proposal
and then add FOREIGN KEY to
run_id
's in other tables.The text was updated successfully, but these errors were encountered: