You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/14 14:45:57 UTC

[GitHub] [airflow] michal-cech commented on issue #25061: Expand does not play nice with dictionaries

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org