kaxil commented on issue #40974: URL: https://github.com/apache/airflow/issues/40974#issuecomment-2250044497
I remember different ways of Serialization used for Xcom, Airflow Webserver/ORM, CLI,: https://github.com/apache/airflow/blob/14e9759f6a85776772ab7d08a372c290c0380563/airflow/models/dagpickle.py#L45 https://github.com/apache/airflow/blob/14e9759f6a85776772ab7d08a372c290c0380563/airflow/utils/cli.py#L269-L278 https://github.com/apache/airflow/blob/14e9759f6a85776772ab7d08a372c290c0380563/airflow/providers/http/triggers/http.py#L106 https://github.com/apache/airflow/blob/14e9759f6a85776772ab7d08a372c290c0380563/airflow/providers/cncf/kubernetes/decorators/kubernetes.py#L103 https://github.com/apache/airflow/blob/14e9759f6a85776772ab7d08a372c290c0380563/airflow/models/xcom.py#L673-L697 https://github.com/apache/airflow/blob/14e9759f6a85776772ab7d08a372c290c0380563/airflow/utils/json.py#L46 -- 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]
