- 2021 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.
- 2021 Views
- 7 replies
- 7 kudos
- 7 kudos
The issue seems to be resolved for us.
- 7 kudos
- 831 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...
- 831 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
- 947 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...
- 947 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
- 1711 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 ...
- 1711 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
- 8663 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...
- 8663 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
- 2519 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...
- 2519 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
- 1587 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...
- 1587 Views
- 2 replies
- 0 kudos
- 0 kudos
Hi @lion_king_84 are we missing write volume permissions on this schema in UC?
- 0 kudos
- 2675 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...
- 2675 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
- 9838 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...
- 9838 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
- 1072 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...
- 1072 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
- 1335 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...
- 1335 Views
- 2 replies
- 3 kudos
- 3 kudos
seems to be timing out after 15 min of inactivity
- 3 kudos
- 927 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...
- 927 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
- 1685 Views
- 5 replies
- 3 kudos
Resolved! Questions regarding catalogs starting with __databricks_internal_catalog
Hello,I am a Data Engineer currently building a data platform in a Databricks-AWS environment.While querying system.information_schema.catalog_privileges, I noticed several catalogs starting with __databricks_internal_catalog. Specifically, there are...
- 1685 Views
- 5 replies
- 3 kudos
- 2001 Views
- 3 replies
- 2 kudos
Resolved! College Course Use - Sharing Data With Students
Hello Everyone,I am creating a new college course on Database design and SQL analytics and have decided to use Databricks as our platform in the course. We are going to be using the Free Edition so students do not need to pay for access. I'm wonder...
- 2001 Views
- 3 replies
- 2 kudos
- 2 kudos
Excellent information, thank you! The data generator was something I was not aware of so I will check that out.
- 2 kudos
- 2138 Views
- 2 replies
- 3 kudos
Resolved! Communication between two workspaces
Hi everyone, our team is implementing an application utilizing the Databricks App (in AzureDatabricks) to deploy a website in workspace A (sea). This web calls an API to the Databricks Dashboards in workspace B (jpe) to get a token to embed the dashb...
- 2138 Views
- 2 replies
- 3 kudos
- 3 kudos
The specific error message is a known symptom of Databricks network-policy enforcement for cross-workspace calls, not (only) an OAuth/service-principal problem.403 Cert validation failed. Both workspace comparison and snp system trusted checks did no...
- 3 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
99 -
Public Preview
1 -
Service Principals
1 -
Unity Catalog
1 -
Workspace
2
- « Previous
- Next »
| User | Count |
|---|---|
| 122 | |
| 56 | |
| 38 | |
| 36 | |
| 25 |