This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 77c115f13df AIP-82 Handle paused DAGs (#44456)
add 163042fd3a7 Remove Provider Deprecations in Postgres (#44705)
No new revisions were added by this update.
Summary of changes:
.../operators/postgres_operator_howto_guide.rst | 4 +-
docs/spelling_wordlist.txt | 1 +
.../src/airflow/providers/postgres/CHANGELOG.rst | 15 ++
.../airflow/providers/postgres/hooks/postgres.py | 33 ---
.../providers/postgres/operators/__init__.py | 17 --
.../providers/postgres/operators/postgres.py | 88 --------
.../src/airflow/providers/postgres/provider.yaml | 5 -
providers/tests/postgres/hooks/test_postgres.py | 10 -
providers/tests/postgres/operators/__init__.py | 17 --
.../tests/postgres/operators/test_postgres.py | 231 ---------------------
10 files changed, 18 insertions(+), 403 deletions(-)
delete mode 100644
providers/src/airflow/providers/postgres/operators/__init__.py
delete mode 100644
providers/src/airflow/providers/postgres/operators/postgres.py
delete mode 100644 providers/tests/postgres/operators/__init__.py
delete mode 100644 providers/tests/postgres/operators/test_postgres.py