This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 07877a3782 Re-configure/connect the ORM after forking to run a DAG
processor (#26216)
add 415a80d5d7 Add missing contrib classes to deprecated dictionaries
(#26179)
No new revisions were added by this update.
Summary of changes:
airflow/contrib/hooks/__init__.py | 64 +-
airflow/contrib/operators/__init__.py | 1140 ++++++++++++++++++-------
airflow/contrib/secrets/__init__.py | 14 +-
airflow/contrib/sensors/__init__.py | 49 +-
airflow/contrib/utils/__init__.py | 304 +------
airflow/contrib/utils/log/__init__.py | 5 +-
dev/contrib/move_contrib.py | 84 --
dev/deprecations/generate_deprecated_dicts.py | 216 +++++
8 files changed, 1156 insertions(+), 720 deletions(-)
delete mode 100644 dev/contrib/move_contrib.py
create mode 100644 dev/deprecations/generate_deprecated_dicts.py