ashb commented on issue #11204: URL: https://github.com/apache/airflow/issues/11204#issuecomment-749007967
I can see what you what you mean by this, but also the whole dag run _isnt_ skipped if the first task (I assume) actually ran. So we'd have to be careful about the naming of this to make it clear. As for the "API" to make a sensor trigger this: probably by throwing a (new) custom exception -- like we have `AirflowFailException` to make a task fail without retrying, a new `SkipRestOfDagRun` exception could be the way this mode is triggered. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
