Databricks SDK for JavaScript
    Preparing search index...

    Interface GitMetadataSnapshot

    Read-only state of the remote repository at the time the job was run. This field is only included on job runs.

    interface GitMetadataSnapshot {
        usedCommit?: string;
    }
    Index

    Properties

    Properties

    usedCommit?: string

    Commit that was used to execute the run. If git_branch was specified, this points to the HEAD of the branch at the time of the run; if git_tag was specified, this points to the commit the tag points to.