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
omit 23849615a9 openlineage: execute extraction and message sending in separate process add 3b90e01262 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 (23849615a9) \ N -- N -- N refs/heads/openlineage-process-execution (3b90e01262) 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/providers/openlineage/conf.py | 1 + airflow/providers/openlineage/plugins/listener.py | 12 ++- .../providers/openlineage/plugins/test_adapter.py | 42 -------- .../providers/openlineage/plugins/test_listener.py | 115 ++++++++++----------- .../openlineage/plugins/test_openlineage.py | 9 -- tests/providers/openlineage/test_conf.py | 25 ----- 6 files changed, 67 insertions(+), 137 deletions(-)