:wave: is it possible within a `run_status_sensor`...
# ask-community
r
👋 is it possible within a
run_status_sensor
to get the set of ops/steps which run successfully?
z
I think you might be able to retrieve that info using
context.instance.get_step_stats_for_run(run_id=<id-to-inspect>)
daggy love 1