eladkal opened a new issue, #24728:
URL: https://github.com/apache/airflow/issues/24728

   ### Body
   
   Currently when clicking on specific owner user is forward to search endpoint
   `/home?search=owner_name`
   
   My suggestion is to define in airflow.cfg `dag_view_owner_url`.
   for example:
   `dag_view_owner_url = https://www.something.com/users?search=`
   
   If using this setting an icon will be added to the column (or something else 
we can decide) by clicking on the icon it will forward the user to the url 
defined `https://www.something.com/users?search={owner}`
   
   **The motivation:**
   Organizations have internal phone book or ownership tag system, I find 
myself very often trying to find the contact details of the dag owners. Having 
the ability to do it in a single button click is very helpful.
   
   This is something that probably can be done using browser plugin however I 
feel that having it in Airflow core might be helpful.
   
   What do others think of the idea?
   
   ### Committer
   
   - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow 
project.


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