Git Source for Job Notebook Tasks
git_source(
git_url,
git_provider,
reference,
type = c("branch", "tag", "commit")
)
URL of the repository to be cloned by this job. The maximum length is 300 characters.
Unique identifier of the service used to host the Git
repository. Must be one of: github
, bitbucketcloud
, azuredevopsservices
,
githubenterprise
, bitbucketserver
, gitlab
, gitlabenterpriseedition
,
awscodecommit
.
Branch, tag, or commit to be checked out and used by this job.
Type of reference being used, one of: branch
, tag
, commit
.