Subham-KRLX commented on PR #64945:
URL: https://github.com/apache/airflow/pull/64945#issuecomment-4212417495
Validation output (local)
$ uv run --project airflow-core pytest
airflow-core/tests/unit/models/test_dag.py::TestDag::test_dag_test_with_trigger_dagrun_operator
-xvs
2026-04-09T07:36:20.443432Z [info ] Triggering Dag Run.
[task] trigger_dag_id=test_dag_test_trigger_target
2026-04-09T07:36:20.449107Z [info ] creating dag run
[airflow.serialization.definitions.dag]
correlation_id=019d712b-aadb-7f94-97da-d0c316cb7e42 logical_date=DateTime(2026,
4, 9, 7, 36, 20, 296371, tzinfo=Timezone('UTC'))
run_id=manual__2026-04-09T07:36:20.296371+00:00
2026-04-09T07:36:20.451860Z [info ] Dag Run triggered successfully.
[task] trigger_dag_id=test_dag_test_trigger_target
2026-04-09T07:36:20.481773Z [info ] DagRun Finished:
dag_id=test_dag_test_trigger_parent,
run_id=manual__2026-04-09T07:36:18.837158+00:00, state=success,
run_type=manual, [airflow.models.dagrun.DagRun]
PASSED
========================= 1 passed, 1 warning in 6.75s
=========================
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]