About 50 results
Open links in new tab
  1. Is there a way to use parameters in Databricks in SQL with parameter ...

    Sep 29, 2024 · EDIT: I got a message from Databricks' employee that currently (DBR 15.4 LTS) the parameter marker syntax is not supported in this scenario. It might work in the future versions. …

  2. databricks - How to create Storage Credential using Service Principal ...

    Sep 24, 2024 · An Azure Databricks access connector is a first-party Azure resource that lets you connect managed identities to an Azure Databricks account. You must have the Contributor role or …

  3. Printing secret value in Databricks - Stack Overflow

    Nov 11, 2021 · 2 Building on @camo's answer, since you're looking to use the secret value outside Databricks, you can use the Databricks Python SDK to fetch the bytes representation of the secret …

  4. 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 …

  5. Databricks shows REDACTED on a hardcoded value - Stack Overflow

    Mar 16, 2023 · It's not possible, Databricks just scans entire output for occurences of secret values and replaces them with " [REDACTED]". It is helpless if you transform the value. For example, like you …

  6. 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 …

  7. Databricks - Download a dbfs:/FileStore file to my Local Machine

    Method3: Using third-party tool named DBFS Explorer DBFS Explorer was created as a quick way to upload and download files to the Databricks filesystem (DBFS). This will work with both AWS and …

  8. 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 …

  9. 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 …

  10. Installing multiple libraries 'permanently' on Databricks' cluster ...

    Feb 28, 2024 · Installing multiple libraries 'permanently' on Databricks' cluster Asked 1 year, 10 months ago Modified 1 year, 10 months ago Viewed 5k times