@@ -37,18 +37,18 @@ For example, instead of ``from airflow.sensors import TimeDeltaSensor``, use ``f
37
37
* [ ] ``airflow.operators.email_operator.EmailOperator `` → ``airflow.operators.email.EmailOperator ``
38
38
* [ ] ``airflow.sensors.base_sensor_operator.BaseSensorOperator `` → ``airflow.sdk.bases.sensor.BaseSensorOperator ``
39
39
* [x] ``airflow.sensors.date_time_sensor.DateTimeSensor `` → ``airflow.sensors.date_time.DateTimeSensor ``
40
- * [x ] ``airflow.sensors.external_task_sensor.ExternalTaskMarker `` → ``airflow.providers.standard.sensors.external_task.ExternalTaskMarker ``
41
- * [x ] ``airflow.sensors.external_task_sensor.ExternalTaskSensor `` → ``airflow.providers.standard.sensors.external_task.ExternalTaskSensor ``
42
- * [x ] ``airflow.sensors.external_task_sensor.ExternalTaskSensorLink `` → ``airflow.providers.standard.sensors.external_task.ExternalTaskSensorLink ``
43
- * [x ] ``airflow.sensors.time_delta_sensor.TimeDeltaSensor `` → ``airflow.providers.standard.sensors.time_delta.TimeDeltaSensor ``
40
+ * [ ] ``airflow.sensors.external_task_sensor.ExternalTaskMarker `` → ``airflow.providers.standard.sensors.external_task.ExternalTaskMarker ``
41
+ * [ ] ``airflow.sensors.external_task_sensor.ExternalTaskSensor `` → ``airflow.providers.standard.sensors.external_task.ExternalTaskSensor ``
42
+ * [ ] ``airflow.sensors.external_task_sensor.ExternalTaskSensorLink `` → ``airflow.providers.standard.sensors.external_task.ExternalTaskSensorLink ``
43
+ * [ ] ``airflow.sensors.time_delta_sensor.TimeDeltaSensor `` → ``airflow.providers.standard.sensors.time_delta.TimeDeltaSensor ``
44
44
* [x] ``airflow.hooks.base_hook.BaseHook `` → ``airflow.hooks.base.BaseHook ``
45
- * [x ] ``airflow.operators.dagrun_operator.TriggerDagRunLink `` → ``airflow.providers.standard.operators.trigger_dagrun.TriggerDagRunLink ``
46
- * [x ] ``airflow.operators.dagrun_operator.TriggerDagRunOperator `` → ``airflow.providers.standard.operators.trigger_dagrun.TriggerDagRunOperator ``
47
- * [x ] ``airflow.operators.python_operator.BranchPythonOperator `` → ``airflow.providers.standard.operators.python.BranchPythonOperator ``
48
- * [x ] ``airflow.operators.python_operator.PythonOperator `` → ``airflow.providers.standard.operators.python.PythonOperator ``
49
- * [x ] ``airflow.operators.python_operator.PythonVirtualenvOperator `` → ``airflow.providers.standard.operators.python.PythonVirtualenvOperator ``
50
- * [x ] ``airflow.operators.python_operator.ShortCircuitOperator `` → ``airflow.providers.standard.operators.python.ShortCircuitOperator ``
51
- * [x ] ``airflow.operators.latest_only_operator.LatestOnlyOperator `` → ``airflow.providers.standard.operators.latest_only.LatestOnlyOperator ``
45
+ * [ ] ``airflow.operators.dagrun_operator.TriggerDagRunLink `` → ``airflow.providers.standard.operators.trigger_dagrun.TriggerDagRunLink ``
46
+ * [ ] ``airflow.operators.dagrun_operator.TriggerDagRunOperator `` → ``airflow.providers.standard.operators.trigger_dagrun.TriggerDagRunOperator ``
47
+ * [ ] ``airflow.operators.python_operator.BranchPythonOperator `` → ``airflow.providers.standard.operators.python.BranchPythonOperator ``
48
+ * [ ] ``airflow.operators.python_operator.PythonOperator `` → ``airflow.providers.standard.operators.python.PythonOperator ``
49
+ * [ ] ``airflow.operators.python_operator.PythonVirtualenvOperator `` → ``airflow.providers.standard.operators.python.PythonVirtualenvOperator ``
50
+ * [ ] ``airflow.operators.python_operator.ShortCircuitOperator `` → ``airflow.providers.standard.operators.python.ShortCircuitOperator ``
51
+ * [ ] ``airflow.operators.latest_only_operator.LatestOnlyOperator `` → ``airflow.providers.standard.operators.latest_only.LatestOnlyOperator ``
52
52
53
53
* AIR303
54
54
0 commit comments