Databricks SDK for JavaScript
    Preparing search index...
    interface CollaboratorJobRunInfo {
        collaboratorAlias?: string;
        collaboratorJobId?: bigint;
        collaboratorJobRunId?: bigint;
        collaboratorTaskRunId?: bigint;
        collaboratorWorkspaceId?: bigint;
    }
    Index

    Properties

    collaboratorAlias?: string

    Alias of the collaborator that triggered the task run.

    collaboratorJobId?: bigint

    Job ID of the task run in the collaborator's workspace.

    collaboratorJobRunId?: bigint

    Job run ID of the task run in the collaborator's workspace.

    collaboratorTaskRunId?: bigint

    Task run ID of the task run in the collaborator's workspace.

    collaboratorWorkspaceId?: bigint

    ID of the collaborator's workspace that triggered the task run.