vemikhaylov commented on code in PR #30180:
URL: https://github.com/apache/airflow/pull/30180#discussion_r1141159093


##########
airflow/models/xcom.py:
##########
@@ -57,14 +57,13 @@
 from airflow.utils.log.logging_mixin import LoggingMixin
 from airflow.utils.session import NEW_SESSION, provide_session
 from airflow.utils.sqlalchemy import UtcDateTime
+from airflow.utils.xcom import (
+    MAX_XCOM_SIZE,  # noqa: F401 (#30180 - leaving it for providers backward 
compatibility)
+    XCOM_RETURN_KEY,
+)

Review Comment:
   When I tried to migrate the providers' code to `import airflow.utils.xcom`, 
the Airflow 2.3 compatibility test for them failed 
(https://github.com/apache/airflow/actions/runs/4456673101/jobs/7827374562?pr=30180)
 since naturally there was no corresponding package.
   
   I'm not sure what the right way to migrate them is, would appreciate some 
guidance!



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

Reply via email to