Attributes¶
Classes¶
spark_expectations.notifications.plugins.email.SparkExpectationsEmailPluginImpl
¶
Bases: SparkExpectationsNotification
This class implements/supports functionality to send email
Functions¶
send_notification(_context: SparkExpectationsContext, _config_args: Dict[Union[str], Union[str, bool]]) -> None
¶
function to send email notification for requested mail id's Args: _context: object of SparkExpectationsContext _config_args: dict(which consist to: receiver mail(str), subject: subject of the mail(str) and body: body of the mail(str) Returns: