google_cloud_pipeline_components.v1.vertex_notification_email package

Google Cloud Pipeline Experimental Vertex Notification Email Components.

google_cloud_pipeline_components.v1.vertex_notification_email.VertexNotificationEmailOp()

Vertex Pipelines Notification Email When this component is included as an exit handler, sends a notification email with the status of the upstream DAG to the specified recipients.

This component works only on Vertex Pipelines. This component raises an exception when run on Kubeflow Pipelines.

Args:
recipients (List[str]):

A list of email addresses to send this notification to.

pipeline_task_final_status (PipelineTaskFinalStatus):

The task final status of the upstream DAG that this component will use in the notification.