hussein-awala opened a new pull request, #30819: URL: https://github.com/apache/airflow/pull/30819
closes: #30797 related: #30798 Fix XCom deserialization when the serialized XCom contains nonprimitive values. The problem is that the deserialization is done by recursion on the different depth, and when we reach the last depth, we raise an exception instead of returning the deserialized value. We don't need to check the validity of the data because they are serialized by Airflow. The deserialize method should revert the serialized data without any issue. -- 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]
