About 50 results
Open links in new tab
  1. databricks asset bundle switch between run_as configs

    May 10, 2024 · Is it possible to switch neatly between user_name and service_principal_name. I want to run dab from local terminal and pipeline deployment. From terminal I want to use the user_name and …

  2. Error 403 User not authorized when trying to access Azure Databricks ...

    Sep 1, 2020 · In databricks: Go to settings > Identity and Access > Service principals > Then verify 'Application Id' is matching in Azure portal In azure portal: Search for SPN and go it Application (not …

  3. Databricks Permissions Required to Create a Cluster

    Nov 9, 2023 · In Azure Databricks, if you want to create a cluster, you need to have the " Can Manage " permission. This permission basically lets you handle everything related to clusters, like making new …

  4. Create Azure KeyVault backed Databricks secret scope in CLI

    Apr 22, 2025 · I am trying to create an Azure KeyVault-backed secret scope within Databricks. I can create the AKV-backed secret scope in the UI no bother, however, I want to create it in the CLI as …

  5. Databricks Notebook Job use DefaultAzureCredential

    Oct 23, 2024 · The SP in Azure linked to databricks has the RBAC role to read/write in this keyvault. So was thinking in getting the managed identity inside the databricks notebook and use the Python SDK …

  6. ValueError: cannot configure default credentials - Stack Overflow

    Sep 16, 2024 · I am trying to connect to Databricks with Visual Studio Code Databricks extension. Get following error: databricks-connect test In the extension everything looks fine I am logged into …

  7. Create temp table in Azure Databricks and insert lots of rows

    Nov 28, 2022 · Create temp table in Azure Databricks and insert lots of rows Asked 3 years, 1 month ago Modified 1 year ago Viewed 26k times

  8. databricks - Unity Catalog - External location ... - Stack Overflow

    Dec 27, 2022 · I'am trying to setup connection between Databricks and Azure data lake storage gen2 using Unity Catalog External Locations feature. Assumptions: Adls is behind private endpoint …

  9. Unity catalog not enabled on cluster in Databricks

    Nov 25, 2022 · We are trying out Unity catalog in Azure Databricks. We connected a pre-existing workspace to the new metastore. I created a new catalog. When I run a notebook and try to write to …

  10. Databricks - Unique Key or Unique Index - Stack Overflow

    Jul 28, 2025 · Databricks does not enforce uniqueness as a constraint. Primary/foreign keys help with query optimization, users are responsible for ensuring uniqueness of the columns.