i'm planning on launching several jobs using hourly partitions. one thing i noticed is that if you attempt to re-fill a partition, all of the job nodes aren't cleared from the first run.
1. run partitioned job. everything compeltes successfully (all green)
2. re-run partitioned job, it fails. (one node red, rest are green)
i believe in airflow, re-triggering a partition is basically the same as marking all of those tagged runs as "cleared". not sure if there's a simple way to do this in dagster, but it makes for a nicer/more comprehensible visual in my opinion.