Databricks SDK for JavaScript
    Preparing search index...
    interface ExecuteCommandRequest {
        clusterId?: string;
        command?: string;
        contextId?: string;
        language?: Language;
    }
    Index

    Properties

    clusterId?: string

    Running cluster id

    command?: string

    Executable code

    contextId?: string

    Running context id

    language?: Language