Databricks SDK for JavaScript
    Preparing search index...

    Git repository configuration specifying the location of the repository.

    interface GitRepository {
        provider?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    provider?: string

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

    url?: string

    URL of the Git repository.