potiuk commented on code in PR #52249: URL: https://github.com/apache/airflow/pull/52249#discussion_r2166871249
########## providers/standard/src/airflow/providers/standard/sensors/bash.py: ########## @@ -24,7 +24,12 @@ from typing import TYPE_CHECKING from airflow.exceptions import AirflowFailException -from airflow.sensors.base import BaseSensorOperator +from airflow.providers.standard.version_compat import AIRFLOW_V_3_0_PLUS Review Comment: (ah no... Wrong... we have deprecation)... -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org