mik-laj commented on pull request #10013:
URL: https://github.com/apache/airflow/pull/10013#issuecomment-699661039
@potiuk There are more cases that require an update in 1.10. These
operators also change their mdoule name (most often they will lose the suffix
_operator) and will never be released.
```
1 airflow/operators/bash.py
1 airflow/operators/branch_operator.py
1 airflow/operators/dagrun_operator.py
1 airflow/operators/dummy_operator.py
1 airflow/operators/email.py
1 airflow/operators/generic_transfer.py
1 airflow/operators/latest_only_operator.py
1 airflow/operators/python.py
1 airflow/operators/sql.py
1 airflow/operators/subdag_operator.py
1 airflow/sensors/base_sensor_operator.py
1 airflow/sensors/bash.py
1 airflow/sensors/date_time_sensor.py
1 airflow/sensors/external_task_sensor.py
1 airflow/sensors/filesystem.py
1 airflow/sensors/python.py
1 airflow/sensors/smart_sensor_operator.py
1 airflow/sensors/sql_sensor.py
1 airflow/sensors/time_delta_sensor.py
1 airflow/sensors/time_sensor.py
1 airflow/sensors/weekday_sensor.py
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]