GitHub user avijstein added a comment to the discussion: Pass triggering user information to DAG
In case folks are still looking for a solution to this (or future folks are looking, as I was last week), more recent versions of Airflow (3.1 and higher, I believe) allow you to pull `triggering_user_name` from the `dag_run` table in context. This has solved our issue of logging manual DAG triggers. GitHub link: https://github.com/apache/airflow/discussions/24812#discussioncomment-17993246 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
