xBis7 commented on code in PR #53722: URL: https://github.com/apache/airflow/pull/53722#discussion_r2254608903
########## providers/edge3/src/airflow/providers/edge3/models/edge_worker.py: ########## @@ -27,13 +27,18 @@ from airflow.exceptions import AirflowException from airflow.models.base import Base +from airflow.providers.edge3.version_compat import AIRFLOW_V_3_1_PLUS Review Comment: This is still needed because it's used later on https://github.com/apache/airflow/blob/2f737d2e252e8651f877ee2ab809475db9d8f62e/providers/edge3/src/airflow/providers/edge3/models/edge_worker.py#L173-L225 -- 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]
