SamWheating opened a new pull request, #37731:
URL: https://github.com/apache/airflow/pull/37731

   closes: https://github.com/apache/airflow/issues/37597
   
   This adds the `run_id` column to the log table (without a backfill, see 
[discussion](https://github.com/apache/airflow/issues/37597#issuecomment-1965244838))
 and exposes it in all of the different surfaces:
    - the `/eventLogs` API
    - the logs view (`/logs/list`)
    - the inset / react audit logs DagRun details page
     - the legacy (non-react) audit logs view in the DAG details page
     
   Ignore the react stuff for now, it still needs some work.
   
   #### Open questions:
   
    - Should we be pre-populating the run_id filter in the inset audit logs 
view (similar to what we do with task_id when a single task is selected)? This 
would be more precise than just filtering on task_id + dates, but it would 
exclude relevant events which aren't tagged with a run_id (for example, pausing 
a DAG mid-execution)


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