This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from e69ab3a468 Handle db isolation for mapped operators and task groups
(#39259)
add 1a8d12ffe5 openlineage: execute extraction and message sending in
separate process (#40078)
No new revisions were added by this update.
Summary of changes:
.../providers/google/cloud/openlineage/utils.py | 4 +
airflow/providers/openlineage/conf.py | 17 +-
airflow/providers/openlineage/plugins/listener.py | 51 +++++-
airflow/providers/openlineage/provider.yaml | 11 +-
generated/provider_dependencies.json | 4 +-
tests/dags/test_openlineage_execution.py | 60 +++++++
.../providers/openlineage/plugins/test_adapter.py | 42 -----
.../openlineage/plugins/test_execution.py | 195 +++++++++++++++++++++
.../providers/openlineage/plugins/test_listener.py | 115 ++++++------
.../openlineage/plugins/test_openlineage.py | 9 -
tests/providers/openlineage/test_conf.py | 25 ---
11 files changed, 391 insertions(+), 142 deletions(-)
create mode 100644 tests/dags/test_openlineage_execution.py
create mode 100644 tests/providers/openlineage/plugins/test_execution.py