AndersonReyes commented on issue #8996:
URL: https://github.com/apache/airflow/issues/8996#issuecomment-674455353
after some googling looks like this can be achieved like this
```
....
if python_callable:
sig = signature(python_callable).return_annotation
if get_origin(sig) in (dict, tuple):
multiple_outputs = True
....
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]