ashb commented on issue #16618:
URL: https://github.com/apache/airflow/issues/16618#issuecomment-879700551


   > At this point, maybe the best solution would be to deprecate accessing 
`my_op.output` directly, and require doing somethign else to get the default 
return value, say `my_op.output[None]` or `my_op.return_value`?
   
   I'm kind of on a big kick to reduce "boilerplate" in DAGs, so while both of 
these would be explicit, it's longer and a bit "un-pythonic".
   
   Not sure.


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