VBhojawala commented on issue #14300:
URL: https://github.com/apache/airflow/issues/14300#issuecomment-782561172
I think you are passing string to "cc=email_cc" instead of list of string
that is why you are getting
TypeError(f"Unexpected argument type: Received '{received_type}'.")
Kindly check the official document describing arguments type of
EmailOperator in below link :
https://airflow.apache.org/docs/apache-airflow/1.10.9/_modules/airflow/operators/email_operator.html
----------------------------------------------------------------
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]