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?
Code of Conduct
Description
In event logs, we keep track of
dag_idandtask_idwhen relevant. But any task action is happening to a task instance but it is hard to tell which task instance it was. Sometimes, we useexecution_datebut it would be better for us to switch torun_id.Use case/motivation
With a
run_idfield,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?
Code of Conduct