Databricks SDK for JavaScript
    Preparing search index...
    interface AlertTask {
        alertId?: string;
        subscribers?: AlertTaskSubscriber[];
        warehouseId?: string;
        workspacePath?: string;
    }
    Index

    Properties

    alertId?: string

    The alert_id is the canonical identifier of the alert.

    subscribers?: AlertTaskSubscriber[]

    The subscribers receive alert evaluation result notifications after the alert task is completed. The number of subscriptions is limited to 100.

    warehouseId?: string

    The warehouse_id identifies the warehouse settings used by the alert task.

    workspacePath?: string

    The workspace_path is the path to the alert file in the workspace. The path:

    • must start with "/Workspace"
    • must be a normalized path. User has to select only one of alert_id or workspace_path to identify the alert.