
Ultimate access to all questions.
A junior developer is experiencing incorrect results in their development environment notebook. Upon inspection, it is discovered that they are working on a personal branch with outdated logic within Databricks Repos. They want to switch to the dev-2.3.9 branch to review the updated logic, but that branch is not visible in the branch selection dropdown.
Which action should the developer take to access and review the dev-2.3.9 branch?
A
Use Databricks Repos to check out the dev-2.3.9 branch and allow the system to automatically resolve any merge conflicts with the current branch.
B
Merge the current personal branch with dev-2.3.9 and create a pull request to synchronize with the remote repository.
C
Use Databricks Repos to fetch updates from the remote Git repository, then select and switch to the dev-2.3.9 branch from the dropdown.
D
Create a pull request via the Databricks REST API to force the current branch to update to the state of dev-2.3.9.