rkarish commented on issue #26854: URL: https://github.com/apache/airflow/issues/26854#issuecomment-1301628676
I could take a look into this one over the next few weeks. Trying to think of ways to accomplish this... Is this going to require changes to `BaseExecutor`, `TaskInstance`, and `BaseOperator`? As a starting point I was thinking about adding a parameter to `BaseOperator` and `TaskInstance` and be able to access it somewhere in `BaseExecutor` to handle failing all tasks within a dag run. Does this seem like a reasonable approach? If anyone has any thoughts on how to accomplish this functionality that would be great. -- 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]
