ashb commented on a change in pull request #6315: [AIRFLOW-5640] fix
get_email_address_list types
URL: https://github.com/apache/airflow/pull/6315#discussion_r334443364
##########
File path: airflow/models/baseoperator.py
##########
@@ -81,6 +81,15 @@ class derived from this one results in the creation of a
task object,
:type task_id: str
:param owner: the owner of the task, using the unix username is recommended
:type owner: str
+ :param email: the 'to' email addresses used in email alerts (This can be a
comma
+ or semicolon separated string)
+ :type email: iterable
Review comment:
https://www.sphinx-doc.org/en/2.0/usage/restructuredtext/domains.html#info-field-lists
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services