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/11/09 12:45:27 UTC

[GitHub] [airflow] bolkedebruin commented on pull request #27540: Allow datasets to be used in taskflow

bolkedebruin commented on PR #27540:
URL: https://github.com/apache/airflow/pull/27540#issuecomment-1308697500

   > Need to think about how this might affect loading from xcom existing values? Have you already considered that?
   
   Yes I did. In general the function is backwards compatible. However, if previously something was serialized with  `__classname` as part of the resulting json, it would be affected. I estimated the chance of that happening being close to zero. I chose not to return the dict in case of failure to deserialize in case of `__classname` being present as it would result in unpredicatable behavior. 


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