Databricks SDK for JavaScript
    Preparing search index...

    Interface SqlTaskDashboard

    interface SqlTaskDashboard {
        customSubject?: string;
        dashboardId?: string;
        pauseSubscriptions?: boolean;
        subscriptions?: SqlTaskSubscription[];
    }
    Index

    Properties

    customSubject?: string

    Subject of the email sent to subscribers of this task.

    dashboardId?: string

    The canonical identifier of the SQL dashboard.

    pauseSubscriptions?: boolean

    If true, the dashboard snapshot is not taken, and emails are not sent to subscribers.

    subscriptions?: SqlTaskSubscription[]

    If specified, dashboard snapshots are sent to subscriptions.