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

   Usability-wise, I think changing `dag.owners` in the rest api from an array 
of string to an array of dicts sounds reasonable to me: `[{ name: 'owner_name', 
link: 'owner_link.com'}]`
   
   Problem is that it technically is a change to our public API response. 
@pierrejeambrun what do you think? We can at least change the /ui/dags 
endpoint. Is owner_link even something that should be exposed publicly or is it 
only relevant to the UI?


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