This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch move-first-provider-to-separate-project
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 053309991f5 Move first provider (airbyte) to a separate project
add 3dd5b0c7f72 update outdated hyperlinks referencing provider package
files (#45332)
add 0d31fac7d17 Unifying the action name within quotes (#45338)
add 48a5a0aae97 feat: automatically inject OL info into spark job in
DataprocInstantiateInlineWorkflowTemplateOperator (#44697)
add a0e5861763e Temporarily remove support for `dags reserialize` command
(#45337)
add 1f0bd6d7a3c Updated year in NOTICE (#45333)
add 8fcde8cef91 Cleanup some (old) tasks UI tests (#45335)
add 4abf666d31d Use global pre-commit exclude for vendor folder (#45316)
add f7da5e48a27 Fix wrongly skipping image artifacts upload (#45347)
add 94754c223fb Move first provider (airbyte) to a separate project
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 (053309991f5)
\
N -- N -- N refs/heads/move-first-provider-to-separate-project
(94754c223fb)
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:
.github/workflows/ci.yml | 2 +-
.github/workflows/finalize-tests.yml | 2 +-
.pre-commit-config.yaml | 63 ++----
NOTICE | 2 +-
.../cli/commands/remote_commands/dag_command.py | 6 +-
.../setup/amazon-verified-permissions.rst | 4 +-
.../executors/batch-executor.rst | 2 +-
.../executors/ecs-executor.rst | 2 +-
.../guides/developer.rst | 4 +-
docs/exts/templates/openlineage.rst.jinja2 | 2 +
.../amazon/aws/auth_manager/aws_auth_manager.py | 2 +-
.../providers/amazon/aws/triggers/README.md | 2 +-
.../src/airflow/providers/apache/beam/README.md | 6 +-
.../providers/google/cloud/openlineage/utils.py | 64 ++++++
.../providers/google/cloud/operators/dataproc.py | 13 ++
.../tests/google/cloud/openlineage/test_utils.py | 123 +++++++++++
.../tests/google/cloud/operators/test_dataproc.py | 236 +++++++++++++++++++++
.../commands/remote_commands/test_dag_command.py | 2 +
tests/dags/test_default_views.py | 38 ----
tests/www/views/test_views_tasks.py | 45 ++--
20 files changed, 490 insertions(+), 130 deletions(-)
delete mode 100644 tests/dags/test_default_views.py