This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 97cb24f0f57 Implement card view for tasks view of a dag (#44604)
add 3c0915c75b6 Remove Provider Deprecations in MySQL (#44665)
No new revisions were added by this update.
Summary of changes:
docs/apache-airflow-providers-mysql/operators.rst | 3 +-
.../src/airflow/providers/mysql/CHANGELOG.rst | 14 ++
.../airflow/providers/mysql/operators/__init__.py | 17 --
.../src/airflow/providers/mysql/operators/mysql.py | 76 --------
.../src/airflow/providers/mysql/provider.yaml | 6 -
providers/tests/mysql/operators/__init__.py | 17 --
providers/tests/mysql/operators/test_mysql.py | 201 ---------------------
7 files changed, 15 insertions(+), 319 deletions(-)
delete mode 100644 providers/src/airflow/providers/mysql/operators/__init__.py
delete mode 100644 providers/src/airflow/providers/mysql/operators/mysql.py
delete mode 100644 providers/tests/mysql/operators/__init__.py
delete mode 100644 providers/tests/mysql/operators/test_mysql.py