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 1fbd8893952 Remove leftovers of `kubernetes_environment_variables`
(#44804)
add 43ad2ca6edd Remove Provider Deprecations in Trino (#44717)
No new revisions were added by this update.
Summary of changes:
.../src/airflow/providers/trino/CHANGELOG.rst | 9 ++
.../airflow/providers/trino/operators/__init__.py | 16 ---
.../src/airflow/providers/trino/operators/trino.py | 80 ---------------
.../src/airflow/providers/trino/provider.yaml | 5 -
.../tests/integration/trino/hooks/test_trino.py | 4 +-
providers/tests/trino/operators/__init__.py | 16 ---
providers/tests/trino/operators/test_trino.py | 113 ---------------------
7 files changed, 11 insertions(+), 232 deletions(-)
delete mode 100644 providers/src/airflow/providers/trino/operators/__init__.py
delete mode 100644 providers/src/airflow/providers/trino/operators/trino.py
delete mode 100644 providers/tests/trino/operators/__init__.py
delete mode 100644 providers/tests/trino/operators/test_trino.py