Databricks SDK for JavaScript
    Preparing search index...
    interface Notifications {
        alerts?: string[];
        emailRecipients?: string[];
    }
    Index

    Properties

    alerts?: string[]

    A list of alerts that trigger the sending of notifications to the configured destinations. The supported alerts are:

    • on-update-success: A pipeline update completes successfully.
    • on-update-failure: Each time a pipeline update fails.
    • on-update-fatal-failure: A pipeline update fails with a non-retryable (fatal) error.
    • on-flow-failure: A single data flow fails.
    emailRecipients?: string[]

    A list of email addresses notified when a configured alert is triggered.