tirkarthi commented on issue #60069: URL: https://github.com/apache/airflow/issues/60069#issuecomment-3706815372
I am unable to reproduce this in main. The extra link is constructed with run_id value from xcom and I can see the xcom being pushed as soon as the target dag is triggered. This seems to be the case in 3.1.5 too. Can you please refresh the page when the task instance is in running state? Are you able to see xcom value in database once the trigger dagrun task starts running? https://github.com/apache/airflow/blob/07ef94e6e966a2bf5d1a159e084a602b30263737/providers/standard/src/airflow/providers/standard/operators/trigger_dagrun.py#L98-L103 https://github.com/apache/airflow/blob/07ef94e6e966a2bf5d1a159e084a602b30263737/task-sdk/src/airflow/sdk/execution_time/task_runner.py#L1288-L1290 -- 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]
