uranusjr opened a new pull request #17676:
URL: https://github.com/apache/airflow/pull/17676


   Fix #17582.
   
   This mainly affects how this field is deserialized; previously it would be 
deserialized as-is, which is problematic if the param is a nested dict since 
the inner dicts were serialized with the {"__type": "dict", "__val": ...}` 
wrapper and not deserialized properly.
   
   I am not at all familiar with the related logic and not sure if I am doing 
the right thing.


-- 
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-unsubscr...@airflow.apache.org

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


Reply via email to