Ungefähr 50 Ergebnisse
Links auf neuer Registerkarte öffnen
  1. Databricks: managed tables vs. external tables - Stack Overflow

    21. Juni 2024 · While Databricks manages the metadata for external tables, the actual data remains in the specified external location, providing flexibility and control over the data storage lifecycle. This …

  2. Printing secret value in Databricks - Stack Overflow

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

  3. Is there a way to use parameters in Databricks in SQL with parameter ...

    29. Sept. 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. Query data in Azure DataBricks from Azure DataFactory

    27. März 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 …

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

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

  6. databricks: writing spark dataframe directly to excel

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

  7. Databricks Notebook Job use DefaultAzureCredential

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

  8. How to use python variable in SQL Query in Databricks?

    4. Juni 2022 · I am trying to convert a SQL stored procedure to databricks notebook. In the stored procedure below 2 statements are to be implemented. Here the tables 1 and 2 are delta lake tables in …

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

    16. März 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 tried …

  10. Databricks Permissions Required to Create a Cluster

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