Databricks SDK for JavaScript
    Preparing search index...
    interface ExternalQuerySource_JobInfo {
        jobId?: string;
        jobRunId?: string;
        jobTaskRunId?: string;
    }
    Index

    Properties

    jobId?: string

    The canonical identifier for this job.

    jobRunId?: string

    The canonical identifier of the run. This ID is unique across all runs of all jobs.

    jobTaskRunId?: string

    The canonical identifier of the task run.