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

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

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

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

  10. REST API to query Databricks table - Stack Overflow

    Jul 24, 2022 · Is databricks designed for such use cases or is a better approach to copy this table (gold layer) in an operational database such as azure sql db after the transformations are done in pyspark …