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

  2. Create temp table in Azure Databricks and insert lots of rows

    Nov 28, 2022 · Create temp table in Azure Databricks and insert lots of rows Asked 2 years, 11 months ago Modified 10 months ago Viewed 26k times

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

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

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

    Sep 29, 2024 · The catalog and schema should dynamically change for DEV, UAT, and PROD environments. There is a lot of confusion wrt the use of parameters in SQL, but I see …

  6. Databricks: managed tables vs. external tables - Stack Overflow

    Jun 21, 2024 · The decision to use managed table or external table depends on your use case and also the existing setup of your delta lake, framework code and workflows. Your …

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

  8. List databricks secret scope and find referred keyvault in azure ...

    Jun 23, 2022 · How can we find existing secret scopes in databricks workspace. And which keyvault is referred by specific SecretScope in Azure Databricks?

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

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