MicrosoftTeamsNotificationAction
Sends a Microsoft Teams notification to a given webhook.
Parameters
Name Description teams_webhook
Incoming Microsoft Teams webhook to which to send notifications.
Signature
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)