eladkal commented on issue #17497: URL: https://github.com/apache/airflow/issues/17497#issuecomment-923157051
This is not a bug. Xcoms are strings. You are assuming that the deserialised process also converts the string into a Python list which is not what is happening. If you want to render the xcom as Python native type (like list) you should follow this [doc](https://airflow.apache.org/docs/apache-airflow/stable/concepts/operators.html#rendering-fields-as-native-python-objects). -- 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]
