On 2019/05/23 11:05:47, [email protected] <[email protected]> wrote:
> Hi All,
> Is there a way to skip the task retries during DAG execution.
> We have a use case where we want to fail the dag run and skip the leftover
> retries. Currently we throw the AirflowFailedException and update the retries
> count in TI table.
> Is there any other better way to achieve the same.
> Thanks,
> Raman Gupta
>
Will having something like AirflowSkipRetryException would be useful to handle
this kind of scenario.
Thanks,
Raman Gupta