About 30,100,000 results
Open links in new tab
  1. Printing secret value in Databricks - Stack Overflow

    Nov 11, 2021 · First, install the Databricks Python SDK and configure authentication per the docs here. pip install databricks-sdk Then you can use the approach below to print out secret …

  2. Databricks shows REDACTED on a hardcoded value

    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 …

  3. Connecting C# Application to Azure Databricks - Stack Overflow

    The Datalake is hooked to Azure Databricks. The requirement asks that the Azure Databricks is to be connected to a C# application to be able to run queries and get the result all from the C# …

  4. Databricks: How do I get path of current notebook?

    Nov 29, 2018 · Databricks is smart and all, but how do you identify the path of your current notebook? The guide on the website does not help. It suggests: %scala …

  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 …

  6. azure - Databricks - Read CSV file from folder - Stack Overflow

    Oct 21, 2022 · Databricks - Read CSV file from folder Asked 2 years, 9 months ago Modified 1 year, 3 months ago Viewed 12k times

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

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

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

  9. databricks - Access DLT event logs - Stack Overflow

    Feb 12, 2025 · To use this feature, please contact Databricks Support. SQLSTATE: 56038 I tried to disable the Direct Publishing Mode (DPM) in the pipeline but it seems impossible. I also …

  10. Databricks: managed tables vs. external tables - Stack Overflow

    Jun 21, 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 …