Databricks SDK for JavaScript
    Preparing search index...

    Variable LogDeliveryStatusEnumConst

    LogDeliveryStatusEnum: {
        CREATED: "CREATED";
        NOT_FOUND: "NOT_FOUND";
        SUCCEEDED: "SUCCEEDED";
        SYSTEM_FAILURE: "SYSTEM_FAILURE";
        USER_FAILURE: "USER_FAILURE";
    } = ...

    The status string for log delivery. Possible values are: CREATED: There were no log delivery attempts since the config was created. SUCCEEDED: The latest attempt of log delivery has succeeded completely. USER_FAILURE: The latest attempt of log delivery failed because of misconfiguration of customer provided permissions on role or storage. SYSTEM_FAILURE: The latest attempt of log delivery failed because of an internal error. Contact support if it doesn't go away soon. NOT_FOUND: The log delivery status as the configuration has been disabled since the release of this feature or there are no workspaces in the account.

    Type Declaration

    • ReadonlyCREATED: "CREATED"

      Configuration is just created and logs haven't delivered yet

    • ReadonlyNOT_FOUND: "NOT_FOUND"

      Status not found

    • ReadonlySUCCEEDED: "SUCCEEDED"

      Configuration has succeeded in the last run

    • ReadonlySYSTEM_FAILURE: "SYSTEM_FAILURE"

      Configuration has failed in the last run due to system failure

    • ReadonlyUSER_FAILURE: "USER_FAILURE"

      Configuration has failed in the last run due to user failure