eladkal commented on issue #31718:
URL: https://github.com/apache/airflow/issues/31718#issuecomment-2594796392

   > One (acceptable imo) impact of this would be no mini scheduler, right?
   
   We removed mini scheduler in Airflow 3 
https://github.com/apache/airflow/pull/43741 so we no longer need to consider 
this.
   
   I did came across the problem we discuss here. Operators with `return` 
statement behave differently when using `defer=True`. Users expect the value in 
return be pushed to xcom which works with `defer=False` but not with 
`defer=True`.
   
   I think this issue is more a bug rather than a new feature.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to