This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch remove-postgres-extra-presto
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 0fc9068a1bb Remove the "postgres" extra on pandas from Presto provider
entirely.
add 636551e30f5 Fix MyPy type errors in backfill.py (#57801)
add 6e6d9eb7840 feat: backwards comp get async conn (#57143)
add 44dd6999a13 Remove tasks which use DirectRunner from Dataflow system
tests (#57803)
add 0f187687b00 docs: remove outdated Bazel installation paragraph from
README (#57807)
add 26e84775bdb Fix CI (#57824)
add 2a1f933f69a Remove the "postgres" extra on pandas from Presto provider
entirely.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0fc9068a1bb)
\
N -- N -- N refs/heads/remove-postgres-extra-presto (2a1f933f69a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
README.md | 5 --
airflow-core/src/airflow/models/backfill.py | 2 +-
.../core_api/routes/public/test_task_instances.py | 3 +
providers/common/compat/pyproject.toml | 1 +
.../providers/common/compat/connection/__init__.py | 38 ++++++------
.../unit/common/compat/connection}/__init__.py | 0
.../common/compat/connection/test_connection.py | 69 ++++++++++++++++++++++
providers/google/docs/operators/cloud/dataflow.rst | 8 ---
.../cloud/dataflow/example_dataflow_native_java.py | 49 ---------------
.../dataflow/example_dataflow_native_python.py | 27 ---------
10 files changed, 94 insertions(+), 108 deletions(-)
copy airflow-core/src/airflow/utils/dag_cycle_tester.py =>
providers/common/compat/src/airflow/providers/common/compat/connection/__init__.py
(53%)
copy {airflow-core/src/airflow/_shared =>
providers/common/compat/tests/unit/common/compat/connection}/__init__.py (100%)
create mode 100644
providers/common/compat/tests/unit/common/compat/connection/test_connection.py