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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to