This is an automated email from the ASF dual-hosted git repository.
mobuchowski pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from ceccf599210 Fix extra white spaces in task-sdk docs (#52773)
add edf86df9aa1 feat: Add new documentation facet to all OL events (#52343)
No new revisions were added by this update.
Summary of changes:
.../providers/openlineage/plugins/adapter.py | 36 +-
.../providers/openlineage/plugins/listener.py | 34 +-
.../airflow/providers/openlineage/utils/utils.py | 75 ++
.../example_openlineage_base_complex_dag.py | 38 +-
...dag.py => example_openlineage_docs_file_dag.py} | 19 +-
.../openlineage/example_openlineage_trigger_dag.py | 2 +
.../openlineage_base_complex_dag__af2.json | 786 ++++++++++++++++++++-
.../openlineage_base_complex_dag__af3.json | 770 +++++++++++++++++++-
.../openlineage_base_simple_dag__af2.json | 2 +
.../openlineage_base_simple_dag__af3.json | 2 +
.../expected_events/openlineage_docs_file_dag.json | 44 ++
.../expected_events/openlineage_trigger_dag.json | 12 +
.../tests/unit/openlineage/plugins/test_adapter.py | 34 +-
.../unit/openlineage/plugins/test_listener.py | 236 ++++++-
.../tests/unit/openlineage/utils/test_utils.py | 163 +++++
15 files changed, 2176 insertions(+), 77 deletions(-)
copy
providers/openlineage/tests/system/openlineage/{example_openlineage_schedule_single_asset_dag.py
=> example_openlineage_docs_file_dag.py} (81%)
create mode 100644
providers/openlineage/tests/system/openlineage/expected_events/openlineage_docs_file_dag.json