Silly question, is there a way to reset the "run_k...
# ask-community
s
Silly question, is there a way to reset the "run_key" on a sensor? in order to re-run previous executions? I was only able to do this if I change the name of the sensor
🤖 1
s
cc @prha I don't believe there's a way to do this, but, in your code, you could do something like append "_v2" to all new run keys so they don't collide with the ones you have already?
p
+1 @sandy. There’s not an easy way to reset the run key without running a data migration, since it’s based on run history.
s
Thanks