db_repo_create | R Documentation |
Creates a repo in the workspace and links it to the remote Git repo specified.
db_repo_create(
url,
provider,
path,
host = db_host(),
token = db_token(),
perform_request = TRUE
)
url |
URL of the Git repository to be linked. |
provider |
Git provider. This field is case-insensitive. The available
Git providers are |
path |
Desired path for the repo in the workspace. Must be in the format
|
host |
Databricks workspace URL, defaults to calling |
token |
Databricks workspace token, defaults to calling |
perform_request |
If |
Other Repos API:
db_repo_delete()
,
db_repo_get()
,
db_repo_get_all()
,
db_repo_update()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.