yiga2 commented on issue #19538:
URL: https://github.com/apache/airflow/issues/19538#issuecomment-970476479


   Probably a different issue or a feature request but can `multiple_outputs` 
not be available on any (all?) operators that could return a `dict` e.g. 
pseudo-code
   ```
   if isinstance(returned_value, dict) and multiple_ouputs:
       # unroll and xcom_push each key 
   
   ```
   x-post: https://apache-airflow.slack.com/archives/CCPRP7943/p1637081028345300


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