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

  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 …

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

  4. databricks - DLT - Views v Materialized Views syntax and how to …

    Mar 25, 2024 · In Python, Delta Live Tables determines whether to update a dataset as a materialized view or streaming table based on the defining query. The @table decorator is …

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

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

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

    Jun 9, 2025 · 1 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

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

  9. Efficient SQL query with pandas using databricks-sql-python

    Nov 28, 2024 · 2 Databricks allows to make SQL queries via an API using the databricks-sql-python package. There are then two ways of creating a connection object that can be put into …

  10. databricks - .databrickscfg does not contain account profiles

    May 22, 2024 · I am trying to generate a integration with databricks CLI and Posit Workbench,but when I run : databricks account custom-app-integration \ create --json ' {"name":"posit …