Databricks SDK for JavaScript
    Preparing search index...

    Git folder (repo) information.

    interface RepoInfo {
        branch?: string;
        headCommitId?: string;
        id?: bigint;
        path?: string;
        provider?: string;
        sparseCheckout?: SparseCheckout;
        url?: string;
    }
    Index

    Properties

    branch?: string

    Name of the current git branch of the git folder (repo).

    headCommitId?: string

    Current git commit id of the git folder (repo).

    id?: bigint

    Id of the git folder (repo) in the Workspace.

    path?: string

    Root path of the git folder (repo) in the Workspace.

    provider?: string

    Git provider of the remote git repository, e.g. gitHub, azureDevOpsServices, bitbucketServer (Bitbucket Data Center), gitLabEnterpriseEdition (GitLab Self-Managed), or awsCodeCommit (deprecated).

    sparseCheckout?: SparseCheckout

    Sparse checkout config for the git folder (repo).

    url?: string

    URL of the remote git repository.