Brent Bovenzi

Results 34 issues of Brent Bovenzi

The try numbers shown in the grid view logs were showing an extra count and just not consistent with how the regular logs page works. Fixes https://github.com/apache/airflow/issues/26194#issuecomment-1249183346 Other fixes: -...

area:webserver
area:UI

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

area:logging
kind:feature

Part of https://github.com/apache/airflow/issues/22352 Try to improve action logging in the REST API. Include `api.{name_of_function}`. We should probably try to capture more information for `extra` but audit log now reads like...

area:API

Only log webserver events that are CRUD actions. View-only endpoints shouldn't be logged. Therefore we don't need any default excluded events. Removed a few other unused decorators, mostly on on...

area:webserver

Add datasets as upstream and downstream nodes in the DAG graph. Make it easier to visualize what a DAG is connected to. And provide a tooltip to jump over to...

area:webserver
area:UI

Before, we had dataset events linked to a task instance or dag run below all of the details. It is too easy to miss that information, especially since those details...

area:webserver
area:UI

### What do you see as an issue? The REST API get event logs endpoint only allows filtering logs by a single event type. This only includes that one event...

area:logging
area:API
type:new-feature

Read in all the dag_ids from the dataset dependencies endpoint and allow filtering the datasets graph by dag_id A user can filter via the multi-select or from a tooltip when...

area:webserver
area:UI

Show Rendered K8s Pod Spec in react as a new tab on task instance details --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In...

area:webserver
area:UI

We should be able to add a plugin to airflow and then display it in the new UI. Backend needs: * render the plugin ui in its own page on...

backend