eladkal commented on code in PR #50864:
URL: https://github.com/apache/airflow/pull/50864#discussion_r2099522705


##########
airflow-core/src/airflow/sensors/__init__.py:
##########
@@ -40,7 +40,6 @@
     },
     "time_sensor": {
         "TimeSensor": "airflow.providers.standard.sensors.time.TimeSensor",
-        "TimeSensorAsync": 
"airflow.providers.standard.sensors.time.TimeSensorAsync",

Review Comment:
   Not sure if we can do that?
   
   Maybe we should do
   `"TimeSensorAsync": "airflow.providers.standard.sensors.time. TimeSensor",
   `
   and set min version of standard provider in Airflow-core for the next 
standard provider version?
   
   cc @kaxil WDYT?



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