You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/14 07:21:45 UTC

[GitHub] [airflow] santosh-d3vpl3x commented on issue #16373: Pass triggering user information to DAG

santosh-d3vpl3x commented on issue #16373:
URL: https://github.com/apache/airflow/issues/16373#issuecomment-859595983


   `airflow.models.log.Log` should already contain the information about trigger. Here the owner field indicates user performing actions.
   
   You can listen on `after_insert` in sql alchemy to route this info via a simple airflow plugin.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org