- 40910 Views
- 25 replies
- 14 kudos
Databricks Repos best-practices recommend using the Repos REST API to update a repo via your git provider. The REST API requires authentication, which can be done one of two ways:A user / personal access tokenA service principal access tokenUsing a u...
- 40910 Views
- 25 replies
- 14 kudos
Latest Reply
Having the exact same problem. Did you find a solution @michael_mehrten ?In my case Im using a managed identity so the solution some topics suggest on generating an access token from a Entra ID service principal is not applicable.
24 More Replies
- 3072 Views
- 0 replies
- 0 kudos
Hello,I am currently attempting to setup a Git Repo within Azure Devops to use on my Azure Databricks Workspace environment for various notebooks. I went through the process of creating a Personal Access Token (PAT) on Devops, and have inputted the t...
- 3072 Views
- 0 replies
- 0 kudos
- 1741 Views
- 2 replies
- 1 kudos
Hi guys We want to move from databricks workspace to databricks repos. Now when we create a new folder under repos and connect to our azure dev ops repository all our dbutils.widget parameters are lost. How to avoid this? We want to fully depend on a...
- 1741 Views
- 2 replies
- 1 kudos
Latest Reply
Hi @Kevin Peter M. Marti Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. We'd love to hear from y...
1 More Replies
by
mehdi1
• New Contributor III
- 10347 Views
- 8 replies
- 12 kudos
I know the dbutils.widget.text to create a widget in a notebook. So for me the workflow 1. Having a notebook2. Use dbutils.widget.text (or other type of widgets) once in a notebook cell to create a widget3. Remove the cell containing dbutils.widget...
- 10347 Views
- 8 replies
- 12 kudos
Latest Reply
@Mehdi BEN ABDESSELEM , Steps for Creating a Basic WidgetStep 1: Create a New ProjectTo create a new project in Android Studio, please refer to How to Create/Start a New Project in Android Studio. We are implementing it for both Java and Kotlin lang...
7 More Replies
- 14578 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...
- 14578 Views
- 9 replies
- 2 kudos
Latest Reply
Hi, how can i trigger a job externally using Github actions?
8 More Replies
by
ak09
• New Contributor
- 912 Views
- 0 replies
- 0 kudos
I have been using Databricks workspace for all my data science projects in my firm. In my current project, I have built a CI pipeline using databricks-cli & Azure DevOps. Using databricks-cli I can trigger the Notebook which is present in my workspa...
- 912 Views
- 0 replies
- 0 kudos
- 1129 Views
- 0 replies
- 1 kudos
Repos let you use Git functionality such as cloning a remote repo, managing branches, pushing and pulling changes and visually comparing differences upon commit. Here's a quick video (3:56) on setting up a repo for Databricks on AWS. Pre-reqs: Git in...
- 1129 Views
- 0 replies
- 1 kudos