This is an automated email from the ASF dual-hosted git repository.
mobuchowski pushed a change to branch openlineage-process-execution
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 8cbb8bcf73 openlineage: execute extraction and message sending in
separate process
add 205ad57d04 doc: metrics allow_list complet example (#40120)
add 2272ea246a AIP-64: Add UI endpoint for task instance history (#40221)
add 67798b2b8a Fix Scheduler restarting due to too many completed pods in
cluster (#40183)
add d5a75446a6 Fix import future annotations in venv jinja template
(#40208)
add 6f4098487d openlineage, redshift: do not call DB for schemas below
Airflow 2.10 (#40197)
add 187d87e5f1 openlineage: execute extraction and message sending in
separate process
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 (8cbb8bcf73)
\
N -- N -- N refs/heads/openlineage-process-execution (187d87e5f1)
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:
airflow/config_templates/config.yml | 6 +-
airflow/providers/amazon/aws/hooks/redshift_sql.py | 9 +-
.../executors/kubernetes_executor_utils.py | 15 +-
airflow/providers/openlineage/utils/utils.py | 9 +-
airflow/utils/python_virtualenv_script.jinja2 | 1 +
airflow/www/views.py | 35 ++++
.../logging-monitoring/metrics.rst | 4 +-
tests/decorators/test_python_virtualenv.py | 30 +++
.../amazon/aws/operators/test_redshift_sql.py | 220 ++++++++++++---------
.../executors/test_kubernetes_executor.py | 24 ++-
.../views/test_views_ti_history.py} | 36 ++--
11 files changed, 250 insertions(+), 139 deletions(-)
copy tests/{api_connexion/endpoints/test_version_endpoint.py =>
www/views/test_views_ti_history.py} (52%)