This is an automated email from the ASF dual-hosted git repository.

mobuchowski pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 4467d506187 chore: update ol system tests after bug fix in AF3 (#54629)
4467d506187 is described below

commit 4467d506187b1ca1530af64ad9b7898e9dbf243b
Author: Kacper Muda <[email protected]>
AuthorDate: Mon Aug 18 21:02:44 2025 +0200

    chore: update ol system tests after bug fix in AF3 (#54629)
---
 .../expected_events/openlineage_base_complex_dag__af3.json            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/providers/openlineage/tests/system/openlineage/expected_events/openlineage_base_complex_dag__af3.json
 
b/providers/openlineage/tests/system/openlineage/expected_events/openlineage_base_complex_dag__af3.json
index 1e273e73da6..14e5c5350be 100644
--- 
a/providers/openlineage/tests/system/openlineage/expected_events/openlineage_base_complex_dag__af3.json
+++ 
b/providers/openlineage/tests/system/openlineage/expected_events/openlineage_base_complex_dag__af3.json
@@ -1607,7 +1607,7 @@
             "queue": "{{ result is string }}",
             "retries": "{{ result is number }}",
             "retry_exponential_backoff": false,
-            "task_id": "section_1.section_1.task_5",
+            "task_id": "section_1.task_5",
             "trigger_rule": "all_success",
             "upstream_task_ids": "['task_3']",
             "wait_for_downstream": false,
@@ -1770,7 +1770,7 @@
             "queue": "{{ result is string }}",
             "retries": "{{ result is number }}",
             "retry_exponential_backoff": false,
-            "task_id": "section_1.section_1.task_5",
+            "task_id": "section_1.task_5",
             "trigger_rule": "all_success",
             "upstream_task_ids": "['task_3']",
             "wait_for_downstream": false,

Reply via email to