@@ -75,7 +75,7 @@ AIR312.py:36:1: AIR312 `airflow.operators.datetime.BranchDateTimeOperator` is de
757537 | TriggerDagRunLink (), TriggerDagRunOperator ()
767638 | EmptyOperator ()
7777 |
78- = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.time. operators.datetime.BranchDateTimeOperator` instead .
78+ = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.operators.datetime.BranchDateTimeOperator` instead .
7979
8080AIR312 .py :36 :27 : AIR312 ` airflow.operators.datetime.target_times_as_dates` is deprecated and moved into ` standard` provider in Airflow 3.0 ; It still works in Airflow 3.0 but is expected to be removed in a future version .
8181 |
@@ -86,7 +86,7 @@ AIR312.py:36:27: AIR312 `airflow.operators.datetime.target_times_as_dates` is de
868637 | TriggerDagRunLink (), TriggerDagRunOperator ()
878738 | EmptyOperator ()
8888 |
89- = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.time. operators.datetime.target_times_as_dates` instead .
89+ = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.operators.datetime.target_times_as_dates` instead .
9090
9191AIR312 .py :37 :1 : AIR312 ` airflow.operators.trigger_dagrun.TriggerDagRunLink` is deprecated and moved into ` standard` provider in Airflow 3.0 ; It still works in Airflow 3.0 but is expected to be removed in a future version .
9292 |
@@ -185,7 +185,7 @@ AIR312.py:46:1: AIR312 `airflow.operators.weekday.BranchDayOfWeekOperator` is de
18518547 | DateTimeSensor (), DateTimeSensorAsync ()
18618648 | ExternalTaskMarker (), ExternalTaskSensor (), ExternalTaskSensorLink ()
187187 |
188- = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.time. operators.weekday.BranchDayOfWeekOperator` instead .
188+ = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.operators.weekday.BranchDayOfWeekOperator` instead .
189189
190190AIR312 .py :47 :1 : AIR312 ` airflow.sensors.date_time.DateTimeSensor` is deprecated and moved into ` standard` provider in Airflow 3.0 ; It still works in Airflow 3.0 but is expected to be removed in a future version .
191191 |
@@ -196,7 +196,7 @@ AIR312.py:47:1: AIR312 `airflow.sensors.date_time.DateTimeSensor` is deprecated
19619648 | ExternalTaskMarker (), ExternalTaskSensor (), ExternalTaskSensorLink ()
19719749 | FileSensor ()
198198 |
199- = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.time. sensors.date_time.DateTimeSensor` instead .
199+ = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.sensors.date_time.DateTimeSensor` instead .
200200
201201AIR312 .py :47 :19 : AIR312 ` airflow.sensors.date_time.DateTimeSensorAsync` is deprecated and moved into ` standard` provider in Airflow 3.0 ; It still works in Airflow 3.0 but is expected to be removed in a future version .
202202 |
@@ -207,7 +207,7 @@ AIR312.py:47:19: AIR312 `airflow.sensors.date_time.DateTimeSensorAsync` is depre
20720748 | ExternalTaskMarker (), ExternalTaskSensor (), ExternalTaskSensorLink ()
20820849 | FileSensor ()
209209 |
210- = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.time. sensors.date_time.DateTimeSensorAsync` instead .
210+ = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.sensors.date_time.DateTimeSensorAsync` instead .
211211
212212AIR312 .py :48 :1 : AIR312 ` airflow.sensors.external_task.ExternalTaskMarker` is deprecated and moved into ` standard` provider in Airflow 3.0 ; It still works in Airflow 3.0 but is expected to be removed in a future version .
213213 |
@@ -262,7 +262,7 @@ AIR312.py:50:1: AIR312 `airflow.sensors.time_sensor.TimeSensor` is deprecated an
26226251 | TimeDeltaSensor (), TimeDeltaSensorAsync (), WaitSensor ()
26326352 | DayOfWeekSensor ()
264264 |
265- = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.time. sensors.time.TimeSensor` instead .
265+ = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.sensors.time.TimeSensor` instead .
266266
267267AIR312 .py :50 :15 : AIR312 ` airflow.sensors.time_sensor.TimeSensorAsync` is deprecated and moved into ` standard` provider in Airflow 3.0 ; It still works in Airflow 3.0 but is expected to be removed in a future version .
268268 |
@@ -273,7 +273,7 @@ AIR312.py:50:15: AIR312 `airflow.sensors.time_sensor.TimeSensorAsync` is depreca
27327351 | TimeDeltaSensor (), TimeDeltaSensorAsync (), WaitSensor ()
27427452 | DayOfWeekSensor ()
275275 |
276- = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.time. sensors.time.TimeSensorAsync` instead .
276+ = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.sensors.time.TimeSensorAsync` instead .
277277
278278AIR312 .py :51 :1 : AIR312 ` airflow.sensors.time_delta.TimeDeltaSensor` is deprecated and moved into ` standard` provider in Airflow 3.0 ; It still works in Airflow 3.0 but is expected to be removed in a future version .
279279 |
@@ -284,7 +284,7 @@ AIR312.py:51:1: AIR312 `airflow.sensors.time_delta.TimeDeltaSensor` is deprecate
28428452 | DayOfWeekSensor ()
28528553 | DagStateTrigger (), WorkflowTrigger ()
286286 |
287- = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.time. sensors.time_delta.TimeDeltaSensor` instead .
287+ = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.sensors.time_delta.TimeDeltaSensor` instead .
288288
289289AIR312 .py :51 :20 : AIR312 ` airflow.sensors.time_delta.TimeDeltaSensorAsync` is deprecated and moved into ` standard` provider in Airflow 3.0 ; It still works in Airflow 3.0 but is expected to be removed in a future version .
290290 |
@@ -295,7 +295,7 @@ AIR312.py:51:20: AIR312 `airflow.sensors.time_delta.TimeDeltaSensorAsync` is dep
29529552 | DayOfWeekSensor ()
29629653 | DagStateTrigger (), WorkflowTrigger ()
297297 |
298- = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.time. sensors.time_delta.TimeDeltaSensorAsync` instead .
298+ = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.sensors.time_delta.TimeDeltaSensorAsync` instead .
299299
300300AIR312 .py :51 :44 : AIR312 ` airflow.sensors.time_delta.WaitSensor` is deprecated and moved into ` standard` provider in Airflow 3.0 ; It still works in Airflow 3.0 but is expected to be removed in a future version .
301301 |
@@ -306,7 +306,7 @@ AIR312.py:51:44: AIR312 `airflow.sensors.time_delta.WaitSensor` is deprecated an
30630652 | DayOfWeekSensor ()
30730753 | DagStateTrigger (), WorkflowTrigger ()
308308 |
309- = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.time. sensors.time_delta.WaitSensor` instead .
309+ = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.sensors.time_delta.WaitSensor` instead .
310310
311311AIR312 .py :52 :1 : AIR312 ` airflow.sensors.weekday.DayOfWeekSensor` is deprecated and moved into ` standard` provider in Airflow 3.0 ; It still works in Airflow 3.0 but is expected to be removed in a future version .
312312 |
@@ -317,7 +317,7 @@ AIR312.py:52:1: AIR312 `airflow.sensors.weekday.DayOfWeekSensor` is deprecated a
31731753 | DagStateTrigger (), WorkflowTrigger ()
31831854 | FileTrigger ()
319319 |
320- = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.time. sensors.weekday.DayOfWeekSensor` instead .
320+ = help : Install ` apache-airflow-providers-standard>=0.0.1` and use ` airflow.providers.standard.sensors.weekday.DayOfWeekSensor` instead .
321321
322322AIR312 .py :53 :1 : AIR312 ` airflow.triggers.external_task.DagStateTrigger` is deprecated and moved into ` standard` provider in Airflow 3.0 ; It still works in Airflow 3.0 but is expected to be removed in a future version .
323323 |
0 commit comments