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 890b3eca8d7 Also check NEW_SESSION imports in pre-commit (#44388)
add 7cc36104ab9 add basic system tests for OpenLineage (#43643)
No new revisions were added by this update.
Summary of changes:
.../apache-airflow-providers-openlineage/index.rst | 8 +
.../providers/openlineage/plugins/adapter.py | 4 +-
.../tests/system/openlineage}/__init__.py | 0
.../tests/system/openlineage}/conftest.py | 30 ++-
.../system/openlineage/example_openlineage.json | 38 ++++
.../example_openlineage.py} | 32 +--
.../example_openlineage_mapped_sensor.json | 75 ++++++++
.../example_openlineage_mapped_sensor.py | 81 ++++++++
providers/tests/system/openlineage/operator.py | 214 +++++++++++++++++++++
.../system/openlineage/transport}/__init__.py | 0
.../tests/system/openlineage/transport/variable.py | 49 +++++
11 files changed, 498 insertions(+), 33 deletions(-)
copy {airflow/api_connexion => providers/tests/system/openlineage}/__init__.py
(100%)
copy {kubernetes_tests => providers/tests/system/openlineage}/conftest.py (61%)
create mode 100644 providers/tests/system/openlineage/example_openlineage.json
copy providers/tests/system/{zendesk/example_zendesk_custom_get.py =>
openlineage/example_openlineage.py} (64%)
create mode 100644
providers/tests/system/openlineage/example_openlineage_mapped_sensor.json
create mode 100644
providers/tests/system/openlineage/example_openlineage_mapped_sensor.py
create mode 100644 providers/tests/system/openlineage/operator.py
copy {airflow/api_connexion =>
providers/tests/system/openlineage/transport}/__init__.py (100%)
create mode 100644 providers/tests/system/openlineage/transport/variable.py