potiuk commented on code in PR #53176:
URL: https://github.com/apache/airflow/pull/53176#discussion_r2203435906


##########
airflow-core/docs/core-concepts/dags.rst:
##########
@@ -685,6 +685,22 @@ This is especially useful if your tasks are built 
dynamically from configuration
     Here's a [url](www.airbnb.com)
     """
 
+.. _concepts:dags-ownership:
+
+Ownership
+~~~~~~~~~
+
+In addition to these documentation and notes, you are also able to link a DAG 
with a set of owners.
+This way the DAG users may be able to reach out the right set of people when 
needed.
+
+This ownership is split in two parts:
+
+1. at the :ref:`Task level <concepts:task-owner>` through the ``owner`` 
definition;
+2. at the DAG level to customize the UI through the ``owner_links`` definition.
+
+Each DAG collects the set of owners from its task set, and display it on the 
DAGs view UI.
+Any owner matching an item defined in the ``owner_links`` dictionary is 
converted to a clickable link (that may be a instant messaging handle or a 
mailto link).

Review Comment:
   Yeah. Might be good to target it for 3.1.0 and mention that owner links were 
missing in 3.0*



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