Birne94 commented on issue #44759: URL: https://github.com/apache/airflow/issues/44759#issuecomment-2528089078
> If you are not doing anything on `execute_complete` and on track to upgrade to 2.10.0 maybe exit task directly from trigger could help. > > https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/deferring.html#exiting-deferred-task-from-triggers Thank you for that hint, that sounds interesting. We need to apply a bit of logic before exiting and publish task results to xcom. From [the code](https://github.com/apache/airflow/blob/cf4f2caac93c3482c4812ce0f2e81f822f323762/airflow/triggers/base.py#L187) I see that this case would be supported, hwoever it is not mentioned in the docs. Is that feature stable already? -- 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]
