You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/18 21:52:56 UTC

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #17699: docs(dagowner): describe dag owner more carefully

ephraimbuddy commented on a change in pull request #17699:
URL: https://github.com/apache/airflow/pull/17699#discussion_r691629672



##########
File path: airflow/models/baseoperator.py
##########
@@ -221,7 +221,8 @@ class derived from this one results in the creation of a task object,
 
     :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: str, the owner of the task. Using a meaningful description

Review comment:
       ```suggestion
       :param owner: the owner of the task. Using a meaningful description
   ```
   I think the 'str' here is not necessary due to the `type` description below




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org