- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2023 07:31 PM
I have integrated gitlab with my azure databricks repo, I am able to push and pull commits from the databricks UI, I want to checkout to a specific commit version via databricks UI.
Note: I am aware that via the gitlab i have checkout to specific version, I wanted to checkout to specific version of commit via databricks ui as my remote machine can access only via databricks.
- Labels:
-
Databricks UI
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2023 07:52 PM
After getting more context on databricks repo in details,
Currently databricks doesn't support checkout of repo to specific commit.
databricks provides only limited functionality mentioned below
- Add a repo and connect remotely later
- Clone a repo connected to a remote repo
- Pull latest changes from the remote Git repository
- Merge branches
- Rebase a branch on another branch
- Resolve merge conflicts
more reference, https://docs.databricks.com/repos/git-operations-with-repos.html
all other git activity can be done only via the git platform
like checkout to specific version of git.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2023 07:58 PM
The abilities in databricks is pretty li.ited. All you can do is push pull and clone. Youll have to do everything else in gitlab directly.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2023 10:48 PM
Hi @Bharathan K
Elevate our community by acknowledging exceptional contributions. Your participation in marking the best answers is a testament to our collective pursuit of knowledge.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2023 07:52 PM
After getting more context on databricks repo in details,
Currently databricks doesn't support checkout of repo to specific commit.
databricks provides only limited functionality mentioned below
- Add a repo and connect remotely later
- Clone a repo connected to a remote repo
- Pull latest changes from the remote Git repository
- Merge branches
- Rebase a branch on another branch
- Resolve merge conflicts
more reference, https://docs.databricks.com/repos/git-operations-with-repos.html
all other git activity can be done only via the git platform
like checkout to specific version of git.

