This is an automated email from the ASF dual-hosted git repository.
mobuchowski pushed a change to branch openlineage_dont_run_tis_executor
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 9cf049c471 Merge branch 'main' into openlineage_dont_run_tis_executor
omit 62aec10394 openlineage: don't run task instance listener in executor
add 3857d3399c Fix eager upgrade failures for canary builds (#33395)
add 35b18306a4 Fix DagFileProcessor interfering with dags outside its
``processor_subdir`` (#33357)
add 08565dcb8b Fix config description for base_log_folder (#33388)
add 8cc68e244b Bring back the decision buttons on DAG trigger (#33394)
add 4d99705f69 Add `deferrable` option to `LambdaCreateFunctionOperator`
(#33327)
add 9bf68adfa0 D205 Support - Stragglers (#33301)
add a1e42f6626 Enable D205 Support (#33398)
add 9927bdaa88 revert change order of issues for stale bot (#33399)
add 8e738cd0ad openlineage: do not try to redact Proxy objects from
deprecated config (#33393)
new 975e1a61af openlineage: don't run task instance listener in executor
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 (9cf049c471)
\
N -- N -- N refs/heads/openlineage_dont_run_tis_executor
(975e1a61af)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/recheck-old-bug-report.yml | 1 -
airflow/config_templates/config.yml | 2 +-
airflow/dag_processing/manager.py | 12 +++--
.../pre_7_4_0_compatibility/pod_generator.py | 5 +-
airflow/models/dag.py | 13 ++++-
airflow/models/dagcode.py | 14 ++++-
airflow/models/serialized_dag.py | 1 +
airflow/operators/python.py | 3 +-
airflow/plugins_manager.py | 1 +
.../amazon/aws/operators/lambda_function.py | 36 ++++++++++++-
airflow/providers/amazon/aws/triggers/athena.py | 2 +-
airflow/providers/amazon/aws/triggers/base.py | 1 -
.../{step_function.py => lambda_function.py} | 35 +++++++------
airflow/providers/amazon/provider.yaml | 3 ++
.../providers/google/cloud/hooks/datapipeline.py | 1 +
airflow/providers/openlineage/plugins/listener.py | 1 +
airflow/providers/openlineage/utils/utils.py | 60 +++++++++++++---------
airflow/providers/papermill/operators/papermill.py | 6 +--
airflow/providers_manager.py | 3 ++
airflow/sensors/external_task.py | 5 +-
airflow/triggers/external_task.py | 2 +-
airflow/utils/hashlib_wrapper.py | 3 +-
airflow/www/templates/airflow/dag.html | 31 +++++++++++
airflow/www/templates/airflow/dags.html | 23 ++++++++-
airflow/www/views.py | 16 ++++++
.../airflow_breeze/commands/ci_image_commands.py | 2 +
.../src/airflow_breeze/params/build_ci_params.py | 13 ++---
.../operators/lambda.rst | 2 +
pyproject.toml | 1 -
tests/dag_processing/test_job_runner.py | 35 ++++++++++++-
tests/models/test_dag.py | 7 ++-
.../amazon/aws/operators/test_lambda_function.py | 15 ++++++
...st_step_function.py => test_lambda_function.py} | 13 ++---
tests/providers/openlineage/plugins/test_utils.py | 6 +++
34 files changed, 293 insertions(+), 81 deletions(-)
copy airflow/providers/amazon/aws/triggers/{step_function.py =>
lambda_function.py} (61%)
copy tests/providers/amazon/aws/triggers/{test_step_function.py =>
test_lambda_function.py} (80%)