- 7005 Views
- 8 replies
- 9 kudos
Why repos works on one workspace and doesn't on another workspace? both have repos enabled.
- 7005 Views
- 8 replies
- 9 kudos
Latest Reply
Do you see any errors or what is the issue that you are facing? Could you please describe more about this problem?
7 More Replies
- 5107 Views
- 6 replies
- 9 kudos
I am making use of repos in databricks and am trying to reference the current git branch from within the notebook session.For example:from pygit2 import Repositoryrepo = Repository('/Workspace/Repos/user@domain/repository')The code above throws an er...
- 5107 Views
- 6 replies
- 9 kudos
Latest Reply
You cannot use this as far as i know, but you can put a workaround in a notebook if you are calling code from your repo via a notebook:repo_path = "/Repos/xyz_repo_path/xyz_repo_name"repo_path_fs = "/Workspace" + repo_pathrepo_branch = "main"def chec...
5 More Replies
- 14910 Views
- 9 replies
- 2 kudos
We are currently setting up CI/CD for our Databricks workspace using Databricks Repos following the approach described in the offical docs: https://docs.databricks.com/repos.html#best-practices-for-integrating-databricks-repos-with-cicd-workflowsObvi...
- 14910 Views
- 9 replies
- 2 kudos
Latest Reply
Hi, how can i trigger a job externally using Github actions?
8 More Replies