- 2578 Views
- 1 replies
- 0 kudos
I have a CI/CD process that after a Pull Request (PR) to main it deploys to staging.It works using a Personal Access Token using Azure Pipelines.From local, deploying using Service Principal works (https://community.databricks.com/t5/administration-a...
- 2578 Views
- 1 replies
- 0 kudos
Latest Reply
I needed to deploy a job using CI/CD Azure Pipelines without using the OAuth, this is the way:First you need to have configured the Service Principal, for that you need to generate it in your workspace with this you will have:A host: Which is your wo...
- 782 Views
- 5 replies
- 1 kudos
I am working on a notebook to help me create Azure Databricks Groups. When I create a group in a workspace using the UI, it automatically creates the group at the account level and links them. When I create a group using the API, and I create the w...
- 782 Views
- 5 replies
- 1 kudos
Latest Reply
That was it, thank you. I was looking at the wrong details. I really appreciate it.
4 More Replies
- 1077 Views
- 5 replies
- 0 kudos
I am attempting to create a task in a job using the Git Provider as a source and GitHub is the provider. The repo is a private repo. Regardless of how I enter the path to the notebook I receive the same error that the notebook path is invalid and o...
- 1077 Views
- 5 replies
- 0 kudos
Latest Reply
Like I said in a previous response. This started working automatically a few days ago with no changes on our end. The developer who was working on this decided to try it one more time and it just worked, no error this time. I don't know if Databri...
4 More Replies
- 714 Views
- 1 replies
- 0 kudos
Good afternoon to all and I am new to this community.We are trying to bring data from databricks to sharepoint list using the Power Automate app (create workflow and trigger it when there is new record or exising record is modified in source table in...
- 714 Views
- 1 replies
- 0 kudos
Latest Reply
Hi all, Can anyone assist me with this request ?Thanks in advance
- 402 Views
- 1 replies
- 0 kudos
Browsing this page of the documentation, the displayed GIF shows a notebook that is opened in its own tab. I've been looking for how to enable this feature in my own workspace, but cannot find it.Does anyone know how to enable this feature?
- 402 Views
- 1 replies
- 0 kudos
Latest Reply
Nope.It seems that is some kind of new version of the UI.In the SQL editor one can open multiple tabs. But for python notebooks I have no idea.
- 469 Views
- 1 replies
- 0 kudos
Hello, I currently have a Service Principal (SP) Client_Id and its associated secret, I generated it directly from my workspace in Databricks, i was following this post: https://github.com/databricks/cli/issues/1722, but I don't know how to generate ...
- 469 Views
- 1 replies
- 0 kudos
Latest Reply
Learn to summon an Azure Subscription from a Databricks-generated Service Principal. Harness the power of data with this vital step in Azure infrastructure management. Mastering it is as crucial as surviving Fnaf
by
tcmx
• New Contributor II
- 737 Views
- 1 replies
- 0 kudos
As recommended by Databricks, we are trying to use Compute Policies to set environment variables, which are used by our notebooks, across clusters.However, when specifying a JSON string as env var, we are getting this error upon applying the policy t...
- 737 Views
- 1 replies
- 0 kudos
Latest Reply
This is because you use Shared access mode.This enables multiple users to use the cluster simultaneously.However, there are features that do not work on these Shared access mode clusters:https://docs.databricks.com/en/compute/access-mode-limitations....
- 1038 Views
- 1 replies
- 0 kudos
Hi there,We have one Azure tenant with multiple subscriptions. Each subscription is a project for itself.At this moment, we have only one Azure Databricks account, and all workspaces (created under different subscriptions) are associated with it.Can ...
- 1038 Views
- 1 replies
- 0 kudos
Latest Reply
hello @stevanovic ,as far as I understand, in Azure, you can create one databricks account per tenant, meaning for example unity catalog is also tenant-level resource.There is a fantastic blog post available here:https://community.databricks.com/t5/t...
by
Kayla
• Valued Contributor II
- 962 Views
- 3 replies
- 2 kudos
We have a few people working in Databricks right now in different clones of the same repository. Occasionally we'll have multiple people with the same branch open- one working, another just has it open to see what it looks like, sort of deal.This has...
- 962 Views
- 3 replies
- 2 kudos
Latest Reply
hi @Kayla ,I think the easiest way to check the current notebook location when opened is just hover the mouse cursor over the name of the notebook (top left, "ADE 3.1 - Streaming Deduplication" in this case) and wait for about 1-2 seconds; after that...
2 More Replies
- 724 Views
- 1 replies
- 1 kudos
Is it safe to run a delete query when there are active writes to a delta lake table? Next question : Is it safe to run a vacuum when writes are being done actively?
- 724 Views
- 1 replies
- 1 kudos
Latest Reply
Hello @sharat_n ,Yes, it is generally safe to run a DELETE query on a Delta Lake table while active writes are happening.Delta Lake is designed with ACID transactions, meaning operations like DELETE, UPDATE, and MERGE are atomic and isolated.In other...
- 454 Views
- 0 replies
- 0 kudos
Has anyone encountered this error and knows how to resolve it?"Unexpected end of stream, read 0 bytes from 4 (socket was closed by server)."This occurs in Databricks while generating reports.I've already adjusted the wait_timeout to 28,800, and both ...
- 454 Views
- 0 replies
- 0 kudos
- 871 Views
- 2 replies
- 1 kudos
Context: Azure Databricks, I am account admin, workspace admin, and pipeline owner (as confirmed via the API and visually in the Pipelines screen). When attempting to grant CAN_MANAGE access to developers for our DLT pipelines via the Databricks web ...
- 871 Views
- 2 replies
- 1 kudos
Latest Reply
If you click on the link of the Pipeline and then you access the kebab menu you will see the Permissions page
1 More Replies
by
sjs
• New Contributor II
- 587 Views
- 1 replies
- 0 kudos
I am unable to create a databricks workspace with vnet injection. I get this error:│ {
│ "status": "Failed",
│ "error": {
│ "code": "InternalServerError",
│ "message": "INTERNAL_ERROR: Unexpected error: Cannot call getCertifiedMetastoreFo...
- 587 Views
- 1 replies
- 0 kudos
Latest Reply
The issue resolved itself when I tried to create a new resource group, dedicated to just Databricks. I don't know why that worked. If anyone know what went wrong, I would appreciate feedback!
- 5343 Views
- 5 replies
- 1 kudos
I’m having a trouble accessing Ganglia UI on a job run cluster. The job run is executed by a service principal and I would like to enable the Ganglia UI view to an user/admin group in Databricks. The error I get is: HTTP ERROR 403 PERMISSION_DENIED: ...
- 5343 Views
- 5 replies
- 1 kudos
Latest Reply
Hi @arkadiuszr - can you please try the following steps and let us know?
To resolve this error, first you want to add your service principal to the workspace:
Go to admin console as a workspace adminSelect “service principal tab”Click “Add service ...
4 More Replies
by
Cstan
• New Contributor
- 502 Views
- 0 replies
- 0 kudos
How do I find a Voluntary Product Accessibility Template (VPAT) from Databricks?
- 502 Views
- 0 replies
- 0 kudos