You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2021/08/19 00:16:18 UTC

[airflow] branch main updated: docs(dagowner): describe dag owner more carefully (#17699)

This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new b6c20a8  docs(dagowner): describe dag owner more carefully (#17699)
b6c20a8 is described below

commit b6c20a8f5dadd14e45ecec05b8434f9a76fb4e27
Author: N <13...@users.noreply.github.com>
AuthorDate: Thu Aug 19 01:16:01 2021 +0100

    docs(dagowner): describe dag owner more carefully (#17699)
    
    Describe dag `owner` more carefully
    
    Co-authored-by: Ephraim Anierobi <sp...@gmail.com>
---
 airflow/models/baseoperator.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/airflow/models/baseoperator.py b/airflow/models/baseoperator.py
index e1cd6ae..7273e3f 100644
--- a/airflow/models/baseoperator.py
+++ b/airflow/models/baseoperator.py
@@ -221,7 +221,8 @@ class BaseOperator(Operator, LoggingMixin, TaskMixin, metaclass=BaseOperatorMeta
 
     :param task_id: a unique, meaningful id for the task
     :type task_id: str
-    :param owner: the owner of the task, using the unix username is recommended
+    :param owner: the owner of the task. Using a meaningful description
+        (e.g. user/person/team/role name) to clarify ownership is recommended.
     :type owner: str
     :param email: the 'to' email address(es) used in email alerts. This can be a
         single email or multiple ones. Multiple addresses can be specified as a