Creates a repo in the workspace and links it to the remote Git repo specified.
Arguments
- url
URL of the Git repository to be linked.
- provider
Git provider. This field is case-insensitive. The available Git providers are
gitHub
,bitbucketCloud
,gitLab
,azureDevOpsServices
,gitHubEnterprise
,bitbucketServer
andgitLabEnterpriseEdition.
- path
Desired path for the repo in the workspace. Must be in the format
/Repos/{folder}/{repo-name}
.- host
Databricks workspace URL, defaults to calling
db_host()
.- token
Databricks workspace token, defaults to calling
db_token()
.- perform_request
If
TRUE
(default) the request is performed, ifFALSE
the httr2 request is returned without being performed.
See also
Other Repos API:
db_repo_delete()
,
db_repo_get()
,
db_repo_get_all()
,
db_repo_update()