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_r334442949
##########
File path: airflow/models/baseoperator.py
##########
@@ -270,7 +281,7 @@ def __init__(
self,
task_id: str,
owner: str = conf.get('operators', 'DEFAULT_OWNER'),
- email: Optional[str] = None,
+ email: Optional[Iterable] = None,
Review comment:
```suggestion
email: Optional[Union[Str, Iterable[Str]] = None,
```
----------------------------------------------------------------
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