Databricks SDK for JavaScript
    Preparing search index...

    Request to get the status of a previously submitted command.

    interface GetCommandStatusRequest {
        clusterId?: string;
        commandId?: string;
        contextId?: string;
    }
    Index

    Properties

    clusterId?: string
    commandId?: string
    contextId?: string