About 50 results
Open links in new tab
  1. 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 …

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

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

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

  5. Query data in Azure DataBricks from Azure DataFactory

    Mar 27, 2023 · You can use the Databricks Notebook activity in Azure Data Factory to run a Databricks notebook against the Databricks jobs cluster. The notebook can contain the code to extract data from …

  6. Do you know how to install the 'ODBC Driver 17 for SQL Server' on a ...

    Apr 4, 2020 · By default, Azure Databricks does not have ODBC Driver installed. Run the following commands in a single cell to install MS SQL ODBC Driver on Azure Databricks cluster.

  7. databricks: writing spark dataframe directly to excel

    Nov 29, 2019 · Are there any method to write spark dataframe directly to xls/xlsx format ???? Most of the example in the web showing there is example for panda dataframes. but I would like to use spark …

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