About 8,500,000 results
Open links in new tab
  1. Connect Databricks App to SQLWarehouse Endpoint

    Mar 26, 2025 · 0 I have deployed a Databricks App in Azure Databricks. I am now trying to connect it to the Databricks SQLWarehouse using the service principal ID and secret from the …

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

  3. how to get databricks job id at the run time - Stack Overflow

    Jun 9, 2025 · I am trying to get the job id and run id of a databricks job dynamically and keep it on in the table with below code run_id = self.spark.conf.get ("spark.databricks.job.runId", "no_ru...

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

  5. Where does databricks store the managed tables? - Stack Overflow

    Nov 6, 2024 · Answering your two sub questions individually below: Does this mean that databricks is storing tables in the default Storage Account created during the creation of …

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

  7. Databricks: Download a dbfs:/FileStore File to my Local Machine?

    Feb 28, 2018 · There are a few options for downloading FileStore files to your local machine. Easier options: Install the Databricks CLI, configure it with your Databricks credentials, and …

  8. Pip install fails with “connection error" ssl problem

    I am kind of new to Python and I started learning about packages and I tried to install some packages and update pip but I always get this error: WARNING: Retrying (Retry(total=4, …

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

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