MicrosoftTeamsNotificationAction
class great_expectations.checkpoint.MicrosoftTeamsNotificationAction(*, type: Literal['microsoft'] = 'microsoft', name: str, teams_webhook: Union[great_expectations.datasource.fluent.config_str.ConfigStr, str], notify_on: Literal['all', 'failure', 'success'] = 'all', renderer: great_expectations.render.renderer.microsoft_teams_renderer.MicrosoftTeamsRenderer = None)#
Sends a Microsoft Teams notification to a given webhook.
- Parameters
teams_webhook – Incoming Microsoft Teams webhook to which to send notifications.
notify_on – Specifies validation status that triggers notification. One of “all”, “failure”, “success”.