Which of the following Git operations must be performed outside of Databricks Repos?
Which of the following Git operations must be performed outside of Databricks Repos?
In Databricks Repos, several Git operations can be performed directly, such as commit, pull, push, and clone. However, merging branches is one operation that typically must be handled outside of Databricks Repos, especially for tasks like resolving merge conflicts or completing the merge process. Therefore, the correct answer is 'Merge'.
According to the most recent one, all command is feasible in Repos
Not valid anymore... https://docs.databricks.com/en/repos/ci-cd-techniques-with-repos.html
The new answer is F - Delete .
MERGE is the only git operation that is listed in the options that cannot be performed with Databricks repos. CLONE is absolutely possible
Confirmed on live environment - merging is now possible directly in Databricks Repos
E is correct
Merge is the correct answer
For following tasks, work in your Git provider: Create a pull request. Resolve merge conflicts. Merge or delete branches. Rebase a branch. https://docs.databricks.com/repos/index.html
E is correct
Why not option B Pull The following tasks are not supported by Databricks Repos, and must be performed in your Git provider: Create a pull request Delete branches Merge and rebase branches *
Pull is not the same as pull request. Pulls are updating local version of the repo to the one present on remote. And it's surely feasible in Databricks repos.
E is correct
i think it supports merge now https://docs.databricks.com/en/repos/git-operations-with-repos.html "If an operation such as pull, rebase, or merge causes a merge conflict, the Repos UI shows a list of files with conflicts and options for resolving the conflicts. You have two primary options: Use the Repos UI to resolve the conflict."
E is the correct answer given the selections. You can clone.
According to the recent version, all commands are supported under Repos !
Merge - A
merge is not supported
Option: C