Databricks SDK for JavaScript
    Preparing search index...
    interface SqlTaskAlert {
        alertId?: string;
        pauseSubscriptions?: boolean;
        subscriptions?: SqlTaskSubscription[];
    }
    Index

    Properties

    alertId?: string

    The canonical identifier of the SQL alert.

    pauseSubscriptions?: boolean

    If true, the alert notifications are not sent to subscribers.

    subscriptions?: SqlTaskSubscription[]

    If specified, alert notifications are sent to subscribers.