jscheffl commented on code in PR #51738:
URL: https://github.com/apache/airflow/pull/51738#discussion_r2160167479


##########
airflow-core/src/airflow/api_fastapi/core_api/datamodels/dag_run.py:
##########
@@ -74,6 +74,7 @@ class DAGRunResponse(BaseModel):
     run_type: DagRunType
     state: DagRunState
     triggered_by: DagRunTriggeredByType | None
+    triggering_user: str | None

Review Comment:
   Added a test-baloon as #52003 - but I think thi is way more complex and is a 
breaking change to public APIs. so I propose to rather continue with this. But 
as above... other opinions welcome.



-- 
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]

Reply via email to