Skip to main content
Version: 1.3.7

MicrosoftTeamsNotificationAction

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)

Sends a Microsoft Teams notification to a given webhook.

Parameters

NameDescription

teams_webhook

Incoming Microsoft Teams webhook to which to send notifications.