jedcunningham commented on code in PR #38506:
URL: https://github.com/apache/airflow/pull/38506#discussion_r1544728878
##########
airflow/www/views.py:
##########
@@ -2782,6 +2782,9 @@ def grid(self, dag_id: str, session: Session =
NEW_SESSION):
wwwutils.check_import_errors(dag.fileloc, session)
wwwutils.check_dag_warnings(dag.dag_id, session)
+ included_events_raw = conf.get("webserver",
"audit_view_included_events", fallback="")
+ excluded_events_raw = conf.get("webserver",
"audit_view_excluded_events", fallback="")
Review Comment:
Okay, I pulled this down and I better understand what you're going for now.
Noticed some issues though, going to elaborate in another comment.
--
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]