amoghrajesh commented on code in PR #55259:
URL: https://github.com/apache/airflow/pull/55259#discussion_r2325125634
##########
providers/openlineage/src/airflow/providers/openlineage/utils/utils.py:
##########
@@ -52,7 +52,10 @@
is_dag_lineage_enabled,
is_task_lineage_enabled,
)
-from airflow.providers.openlineage.version_compat import AIRFLOW_V_3_0_PLUS,
get_base_airflow_version_tuple
+from airflow.providers.openlineage.version_compat import (
+ AIRFLOW_V_3_0_PLUS,
+ get_base_airflow_version_tuple,
+)
Review Comment:
Removed in
https://github.com/apache/airflow/pull/55259/commits/4fbbf9df7229fa788e7ddb2e870d4a0eca229141
--
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]