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

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

  3. databricks asset bundle switch between run_as configs

    May 10, 2024 · databricks asset bundle switch between run_as configs Asked 1 year, 11 months ago Modified 1 year, 10 months ago Viewed 1k times

  4. Databricks - Download a dbfs:/FileStore file to my Local Machine

    Method1: Using Databricks portal GUI, you can download full results (max 1 millions rows). Method2: Using Databricks CLI To download full results, first save the file to dbfs and then copy the file to local …

  5. databricks: writing spark dataframe directly to excel

    Nov 29, 2019 · 9 I'm assuming that because you have the "databricks" tag you are wanting to create an .xlsx file within databricks file store and that you are running code within databricks notebooks. I'm …

  6. sql - Exploding Column in Databricks row-wise - Stack Overflow

    Aug 1, 2023 · Exploding Column in Databricks row-wise Asked 2 years, 8 months ago Modified 2 years, 8 months ago Viewed 5k times

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

    Oct 21, 2022 · Another alternative (to query csv in databricks SQL) for this can be using pyspark or scala dataframe as suggested by @ASH above. Read the csv file then create a temporary view.

  8. Databricks Jobs - Is there a way to restart a failed task instead of ...

    Nov 9, 2021 · If I have for example a (multitask) Databricks job with 3 tasks in series and the second one fails - is there a way to start from the second task instead of running the whole pipeline again?

  9. Unable to login to Azure Databricks Account Console

    Aug 7, 2024 · I am also the databricks account administrator. Until two weeks ago, I was able to access the databricks account console without any issues, but I am facing issues during the last 2 weeks as …

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

    Feb 28, 2024 · Easiest is to use databricks cli 's libraries command for an existing cluster (or create job command and specify appropriate params for your job cluster) Can use the REST API itself, same …