amoghrajesh opened a new issue, #44414: URL: https://github.com/apache/airflow/issues/44414
### Body Similar to https://github.com/apache/airflow/issues/44137, there are various state exceptions raised while running `ti.task.execute`. This issue tracks handling them gracefully. - [ ] Deferral Exception: `TaskDeferred` - [ ] Skip Exception: `AirflowSkipException` - [ ] Reschedule exception: `AirflowRescheduleException` - [ ] Fail Exception: `AirflowFailException` - [ ] Sensor timeout exception: `AirflowSensorTimeout` - [ ] Task timeout or task terminated exception (or any general AirflowException): `AirflowTaskTimeout, AirflowException, AirflowTaskTerminated` - [ ] System Exit: `SystemExit` - [ ] Base Exception: `BaseException` ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
