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
Parameters:
Name | Type | Description | Default |
---|---|---|---|
_context |
SparkExpectationsContext
|
object of SparkExpectationsContext |
required |
_config_args |
Dict[Union[str], Union[str, bool]]
|
dict(which consist to: receiver mail(str), subject: subject of the mail(str) and body: body of the mail(str) |
required |