About 13,700,000 results
Open links in new tab
  1. 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 …

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

  3. databricks - How to get the cluster's JDBC/ODBC parameters ...

    Feb 11, 2021 · Databricks documentation shows how get the cluster's hostname, port, HTTP path, and JDBC URL parameters from the JDBC/ODBC tab in the UI. See image: (source: …

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

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

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

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

    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 dbutils.notebook.getContext.notebookPath …

  7. databricks - Using Service Principal in Azure Devops Pipeline to …

    Jan 22, 2024 · Go to the target databricks job -> Job details -> Edit permissions -> add Can Manage run for the service principal. In your azure pipeline yaml, you can get the access …

  8. Is there a way to use parameters in Databricks in SQL with …

    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 …

  9. How to roll back delta table to previous version - Stack Overflow

    Vaccum table Table_name retain 0 hours Retain 0 hours will remove all history snapshots there is a spark config that you need to set before vaccum as by default delta logs are maintained for 7 …

  10. function - Previous month query - Databricks - Stack Overflow

    Nov 22, 2022 · I try to find a function where I can extract the result of the last month only (for exemple if I launch the query in november, I want to display only the resultat of october) There …