multimeric commented on issue #61758:
URL: https://github.com/apache/airflow/issues/61758#issuecomment-5018400451

   > You can already return from a task group and use the result in Task Flow 
afaik?
   
   From memory, doing this will not pass the type checker since `XComArg` (or 
`dict[str, XComArg]` which is what you're returning) is not a `DAGNode`. If it 
works as-is, then it means the type annotations can just be updated.


-- 
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]

Reply via email to