Vertex Notification Email

Email the completion status of a pipeline’s sub-DAG.

Components:

VertexNotificationEmailOp(recipients, ...)

Send notification email(s) when an upstream task/DAG completes.

v1.vertex_notification_email.VertexNotificationEmailOp(recipients: list[str], pipeline_task_final_status: PipelineTaskFinalStatus)

Send notification email(s) when an upstream task/DAG completes.

This component can only be used as an ExitHandler’s exit task. Note that the PipelineTaskFinalStatus is provided automatically by Vertex Pipelines at runtime. You should not provide any input to this parameter when you instantiate this component as a task. This component works only on Vertex Pipelines. This component raises an exception when run on Kubeflow Pipelines. See a usage example.

Parameters:
recipients: list[str]

A list of email addresses to send a notification to.