Databricks SDK for JavaScript
    Preparing search index...

    Interface NotificationSettings

    interface NotificationSettings {
        alertOnLastAttempt?: boolean;
        noAlertForCanceledRuns?: boolean;
        noAlertForSkippedRuns?: boolean;
    }
    Index

    Properties

    alertOnLastAttempt?: boolean

    If true, do not send notifications to recipients specified in on_start for the retried runs and do not send notifications to recipients specified in on_failure until the last retry of the run.

    noAlertForCanceledRuns?: boolean

    If true, do not send notifications to recipients specified in on_failure if the run is canceled.

    noAlertForSkippedRuns?: boolean

    If true, do not send notifications to recipients specified in on_failure if the run is skipped.