Lee-W commented on PR #31712: URL: https://github.com/apache/airflow/pull/31712#issuecomment-1583892253
> OK so ... in a parallel development, it turns out, it is actually pretty straightforward to exit task directly from trigger > > i have implemented that here: #31808 > > With this in mind, I am not sure whether we should actually add this deferrable default. I think it probably does not make sense. > > Why... because probably the default should be ... we do not return to the task at all. And only when we return to the task, should we then specify a method. > > With #31808, we will be able to end the task in success / skipped / failure, and to send xcom in any of those cases. > > What do you think? I'm afraid I don't quite understand why these 2 are related. I thought we still need this `deferrable` to decide whether tho run the operator in deferrable mode? -- 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]
