- 5699 Views
- 3 replies
- 3 kudos
Databricks and AWS CodeArtifact
Hello, I saw multiple topics about it, but I need explanations and a solution.In my context, we have developers that are developing Python projects, like X.In Databricks, we have a cluster with a library of the main project A that is dependent of X.p...
- 5699 Views
- 3 replies
- 3 kudos
- 3 kudos
Hi @stbjelcevic,actually we are still facing a mystery.We created an init_script in order to generate a codeartifact token and change pip conf. Here isthe content:pip install awscliexport AWS_CODEARTIFACT_TOKEN=$(aws codeartifact get-authorization-to...
- 3 kudos
- 354 Views
- 1 replies
- 2 kudos
Resolved! SQL queries unable to finish with databricks sql pro warehose
During a recent workspace migration/recreation of workspaces we stumbled upon the problem, that it was no longer possible to execute sql queries (or get sample data from tables) using our sql warehouse or the shared compute cluster.A sql query like S...
- 354 Views
- 1 replies
- 2 kudos
- 2 kudos
1. Infrastructure as Code (IaC) - The "Golden Standard" If you aren't already, moving your workspace deployment to Terraform is the best way to solve this. Terraform maintains a "state" file. When you run terraform destroy, it doesn't just delete the...
- 2 kudos
- 727 Views
- 7 replies
- 7 kudos
Resolved! Sign-in with Google or Microsoft failed
when i login in databricks free edition,it failed.I login in successfully yeastday.
- 727 Views
- 7 replies
- 7 kudos
- 7 kudos
The issue seems to be resolved for us.
- 7 kudos
- 257 Views
- 1 replies
- 1 kudos
Resolved! Not able to access Databricks AI assistant or create thread
The user can be able to see the databricks AI assistant but not able to access. However, he can access the assistant in different environments but not in one environment let's say QA. It is not the configuration, Network, or access issue. Not able to...
- 257 Views
- 1 replies
- 1 kudos
- 1 kudos
Hello @Akpel27 , Have you tried removing cookies and cache from the web browser?. Could you try to check the error using the inspect tool ? In the next section, you might find an error message:
- 1 kudos
- 251 Views
- 1 replies
- 0 kudos
Resolved! Cannot login to azure databricks account console
Hi, I use my Azure account to create the Azure Databricks service. I have two questions. 1. I do not have the option to go azure databricks account console under the workspace tab,2. I get error when I login to https://accounts.azuredatabricks.net/So...
- 251 Views
- 1 replies
- 0 kudos
- 0 kudos
Hi @Roysync,It looks like you’re not the Account Admin for your Databricks setup. When a workspace is created for the first time, the Databricks Account Admin role is automatically assigned to the Global Entra ID Admin.You’ll need to sign in using th...
- 0 kudos
- 1353 Views
- 2 replies
- 1 kudos
Alert ACL's not available
The list of available ACL's for alerts suggests there's a way to set "can run" and "can manage" permissions but neither the REST API nor the Databricks CLI show options for setting permissions. Is there a way to set acl's on alerts? If so, how?Alert ...
- 1353 Views
- 2 replies
- 1 kudos
- 1 kudos
Thanks @Walter_C Looks like that api is deprecated now. Here's the latest one: Set workspace object permissions | Workspace API | REST API reference | Databricks on AWS
- 1 kudos
- 5664 Views
- 15 replies
- 2 kudos
Resolved! Which API to use to list groups in which a given user is a member
Is there an API that can be used to list groups in which a given user is a member? Specifically, I’d be interested in account (not workspace) groups.It seems there used to be a workspace-level list-parents API referred to in the answers to this quest...
- 5664 Views
- 15 replies
- 2 kudos
- 2 kudos
there will be 2 system tables soon - users, groups. Probably, that makes life easy. I have already requested the Databricks RAS meant for my customer to enabled these for our control plane
- 2 kudos
- 1532 Views
- 4 replies
- 0 kudos
Databricks Apps not working in postman
I have a question regarding Databricks Apps. I have deployed my databricks Apps, and its working on my laptop, but when I try to open the same url in my mobile its redirecting to databricks signin page, and also its not working through postman as wel...
- 1532 Views
- 4 replies
- 0 kudos
- 0 kudos
Is this issue specifically with the Databricks Apps am I right? Are you getting and erro message?
- 0 kudos
- 473 Views
- 2 replies
- 0 kudos
Resolved! Azure Databricks - Exporting data frame to external volume
Hello,I am reading a Delta table and exporting it to an external volume. The Unity Catalog external volume points to an Azure Data Lake Storage container.When I run the code below, I encounter the error message shown below. (When I export the data to...
- 473 Views
- 2 replies
- 0 kudos
- 0 kudos
Hi @lion_king_84 are we missing write volume permissions on this schema in UC?
- 0 kudos
- 882 Views
- 3 replies
- 2 kudos
Resolved! Databricks Networking
Currently our workspace has almost reached its maximum IP capacity, and we would like to create additional compute resources to handle memory intensive tasks. In doing some research we have been running into some conflicting answers, so I wanted to a...
- 882 Views
- 3 replies
- 2 kudos
- 2 kudos
Greeting @Thabang , I did some digging and there are potential mitigation paths, but they’re fairly involved and not something you’d want to tackle solo. The guidance consistently points to engaging Support—you’ll definitely need their help to do thi...
- 2 kudos
- 7786 Views
- 12 replies
- 4 kudos
Resolved! Deploy Workflow only to specific target (Databricks Asset Bundles)
I am using Databricks Asset Bundles to deploy Databricks workflows to all of my target environments (dev, staging, prod). However, I have one specific workflow that is supposed to be deployed only to the dev target environment.How can I implement tha...
- 7786 Views
- 12 replies
- 4 kudos
- 4 kudos
I know it's a bit old, but if someone is looking into a solution, then I was able to resolve the issue where I need to deploy some jobs only into the DEV target:https://github.com/databricks/bundle-examples/tree/main/knowledge_base/target_includes.Us...
- 4 kudos
- 349 Views
- 1 replies
- 2 kudos
Resolved! Databricks Asset Bundles Issue
Hi All,We are trying to update an existing job with some additional configurations. We are trying to deploy the new changes to the job using the DABs process. We have mentioned the job_id and job_name variables and defined them as well.Pipeline state...
- 349 Views
- 1 replies
- 2 kudos
- 2 kudos
Hi @Harish_Kumar_M ,Databricks Asset Bundles (DABs) require binding to existing workspace resources like manually created jobs before updates will reflect during deployment. https://docs.azure.cn/en-us/databricks/dev-tools/bundles/migrate-resourcesYo...
- 2 kudos
- 460 Views
- 2 replies
- 3 kudos
Resolved! timeout for sessions made with sdk
How do I determine the rules for when a session will timeout? From testing it seems to be related to inactivity. I am using JavaScript SDK and I want to test my logic for creating a new session when the current one times out based on this issue: http...
- 460 Views
- 2 replies
- 3 kudos
- 3 kudos
seems to be timing out after 15 min of inactivity
- 3 kudos
- 314 Views
- 2 replies
- 0 kudos
Resolved! Lineage & Query history table
Hi,I’m trying to perform a join between the Lineage and Query History system tables. Initially, I assumed statement_id could be used as the join key, but that didn’t seem correct. I then noticed that joining statement_id with entity_run_id also appea...
- 314 Views
- 2 replies
- 0 kudos
- 0 kudos
Hi @MadMax_71_2 ,Check ERD diagram. Here you should find what's the correct key:docs.databricks.com/aws/en/assets/images/system-tables-erd-690b80220d077015a023f90d59ff7560.svg
- 0 kudos
- 3873 Views
- 14 replies
- 13 kudos
Resolved! I need a switch to turn off Data Apps in databricks workspaces
HiHow do I disable Data Apps on my workspace. This is really annoying that Databricks pushes new features without any option to disable them. At least you should have some tools to control access before rolling it out. It seems you only care about fe...
- 3873 Views
- 14 replies
- 13 kudos
- 13 kudos
Thanks @Louis_Frolio additionally, i have one question.you said that Accoount levels admins has apps create or manage authority.where is the option in Account console?
- 13 kudos
-
Access control
1 -
Apache spark
1 -
Azure
7 -
Azure databricks
5 -
Billing
2 -
Cluster
1 -
Compliance
1 -
Data Ingestion & connectivity
5 -
Databricks Runtime
1 -
Databricks SQL
2 -
DBFS
1 -
Dbt
1 -
Delta Sharing
1 -
DLT Pipeline
1 -
GA
1 -
Gdpr
1 -
Github
1 -
Partner
74 -
Public Preview
1 -
Service Principals
1 -
Unity Catalog
1 -
Workspace
2
- « Previous
- Next »
| User | Count |
|---|---|
| 118 | |
| 53 | |
| 38 | |
| 36 | |
| 25 |