michal-cech commented on issue #25061:
URL: https://github.com/apache/airflow/issues/25061#issuecomment-1184538584
To add, I understand that I can use another task like this:
```
@task
def extract_input(p):
return p['list']
```
and it will work, but I wonder if the described behaviour is intended or if
it is a bug / true inconsistency in behaviour.
--
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]