kaxil commented on code in PR #47339:
URL: https://github.com/apache/airflow/pull/47339#discussion_r1991193157
##########
airflow/models/xcom.py:
##########
@@ -31,29 +30,27 @@
Integer,
PrimaryKeyConstraint,
String,
- delete,
select,
text,
)
from sqlalchemy.dialects import postgresql
from sqlalchemy.ext.associationproxy import association_proxy
-from sqlalchemy.orm import Query, reconstructor, relationship
+from sqlalchemy.orm import Query, relationship
-from airflow.configuration import conf
+import airflow.sdk.execution_time.xcom
Review Comment:
```suggestion
from airflow.sdk.execution_time.xcom import resolve_xcom_backend
```
--
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]