This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 9637170471 Improve Description of dag_processing.processes Metric in
Docs (#30891)
add 51603efbf7 Allow configuring OpenLineage client from Airflow config.
(#30735)
No new revisions were added by this update.
Summary of changes:
airflow/config_templates/config.yml | 52 +++++++++++++++++
airflow/config_templates/default_airflow.cfg | 33 +++++++++++
.../providers/openlineage/extractors/manager.py | 4 +-
airflow/providers/openlineage/plugins/adapter.py | 35 ++++++++++-
airflow/providers/openlineage/plugins/macros.py | 3 +-
.../providers/openlineage/plugins/openlineage.py | 6 +-
tests/core/test_config_templates.py | 1 +
.../plugins/openlineage_configs}/__init__.py | 0
.../plugins/openlineage_configs/http.yaml | 14 +++--
.../openlineage/plugins/test_openlineage.py | 15 ++++-
.../plugins/test_openlineage_adapter.py | 68 ++++++++++++++++++++++
11 files changed, 217 insertions(+), 14 deletions(-)
copy {airflow/api_connexion =>
tests/providers/openlineage/plugins/openlineage_configs}/__init__.py (100%)
copy yamllint-config.yml =>
tests/providers/openlineage/plugins/openlineage_configs/http.yaml (85%)