bbovenzi commented on issue #45207:
URL: https://github.com/apache/airflow/issues/45207#issuecomment-2578063171

   We can check url changes via useLocation and useEffect in a wrapper 
component:
   
   ```
   const location = useLocation();
   useEffect(() => {
      console.log("if contains a dag_id, update view count")
   }, [location]);
   ```
   
   Other DB-supported methods to filter the dashboard could include `owner` or 
`tags`. The problem is that everyone organizes their dags very differently


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