Databricks SDK for JavaScript
    Preparing search index...

    Git repository configuration specifying the location of the repository.

    interface GitRepository {
        autoDeploy?: boolean;
        callerCredentialId?: bigint;
        provider?: string;
        url?: string;
    }
    Index

    Properties

    autoDeploy?: boolean

    When true, automatically deploys the app on push events to the branch configured in the app's deployment_source.git_source.

    callerCredentialId?: bigint

    ID of a personal access token Git credential owned by the caller, used to grant the app's service principal access to this repository.

    provider?: string

    Git provider. Case insensitive. Supported values: gitHub, gitHubEnterprise, bitbucketCloud, bitbucketServer, azureDevOpsServices, gitLab, gitLabEnterpriseEdition, awsCodeCommit.

    url?: string

    URL of the Git repository.