I hope that there is already a way to do this and I am just not seeing it, but I would like to be able to write: ``` retry_policy: limit: 0 ``` into the root of the yaml file for a DAG and just have it not perform any retries. At the moment, this value is forced to be at least `1`.
I hope that there is already a way to do this and I am just not seeing it, but I would like to be able to write:
into the root of the yaml file for a DAG and just have it not perform any retries. At the moment, this value is forced to be at least
1.