Databricks SDK for JavaScript
    Preparing search index...

    Interface SqlTaskSubscription

    interface SqlTaskSubscription {
        subscriptionType?:
            | { $case: "userName"; userName: string }
            | { $case: "destinationId"; destinationId: string };
    }
    Index

    Properties

    subscriptionType?:
        | { $case: "userName"; userName: string }
        | { $case: "destinationId"; destinationId: string }

    Type Declaration

    • { $case: "userName"; userName: string }
      • $case: "userName"
      • userName: string

        The user name to receive the subscription email. This parameter is mutually exclusive with destination_id. You cannot set both destination_id and user_name for subscription notifications.

    • { $case: "destinationId"; destinationId: string }
      • $case: "destinationId"
      • destinationId: string

        The canonical identifier of the destination to receive email notification. This parameter is mutually exclusive with user_name. You cannot set both destination_id and user_name for subscription notifications.