bbovenzi opened a new issue, #37597:
URL: https://github.com/apache/airflow/issues/37597

   ### Description
   
   In event logs, we keep track of `dag_id` and `task_id` when relevant. But 
any task action is happening to a task instance but it is hard to tell which 
task instance it was. Sometimes, we use `execution_date` but it would be better 
for us to switch to `run_id`. 
   
   ### Use case/motivation
   
   With a `run_id` field,
   We could filter the audit log and see only events that happened in a single 
dag run.
   We could link directly to the task instance in question. Right now we can 
only link to the general dag.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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