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

    Nov 11, 2021 · Even though secrets are for masking confidential information, I need to see the value of the secret for using it outside Databricks. When I simply print the secret it shows …

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

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

  4. How to zip files (on Azure Blob Storage) with shutil in Databricks

    Jan 13, 2020 · Actually, without using shutil, I can compress files in Databricks dbfs to a zip file as a blob of Azure Blob Storage which had been mounted to dbfs. Here is my sample code using …

  5. amazon web services - How do we access databricks job …

    Sep 1, 2021 · How do we access databricks job parameters inside the attached notebook? Asked 3 years, 10 months ago Modified 9 months ago Viewed 30k times

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

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

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

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

  9. How to import own modules from repo on Databricks?

    Dec 7, 2022 · I have connected a Github repository to my Databricks workspace, and am trying to import a module that's in this repo into a notebook also within the repo. The structure is as …

  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 …