About 6,490,000 results
Open links in new tab
  1. Databricks: How do I get path of current notebook?

    Nov 29, 2018 · The issue is that Databricks does not have integration with VSTS. A workaround is to download the notebook locally using the CLI and then use git locally. I would, however, …

  2. Connecting C# Application to Azure Databricks - Stack Overflow

    The Datalake is hooked to Azure Databricks. The requirement asks that the Azure Databricks is to be connected to a C# application to be able to run queries and get the result all from the C# …

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

    In a Spark cluster you access DBFS objects using Databricks file system utilities, Spark APIs, or local file APIs. On a local computer you access DBFS objects using the Databricks CLI or …

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

    Sep 29, 2024 · 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. …

  5. Databricks: convert data frame and export to xls / xlsx

    Sep 30, 2019 · df.write \ .format("com.databricks.spark.csv") \ .option("header", "true") \ .save("myfile.csv") In this example, you can try changing the extension to xls before you run …

  6. databricks - This request is not authorized to perform this …

    and it solved my problem. Now i have access from databricks to the mounted containers. Here is how to give permissions to the service-principal-app: Open storage account; Open IAM; Click …

  7. How to export data from a dataframe to a file databricks

    Aug 2, 2016 · I'm asking this question, because this course provides Databricks notebooks which probably won't work after the course. In the notebook data is imported using command: …

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

  9. How to do an INSERT with VALUES in Databricks into a Table

    This table is mapped via JDBC as a table in Databricks. I want to do insert like in SQL Server: INSERT INTO table_name (column1, column2, column3, ...) VALUES (value1, value2, value3, …

  10. How to Retrieve Admin and Non-Admin Permissions at ... - Stack …

    Jan 3, 2025 · For both admins and non-admin users across all relevant objects at the workspace level in Azure Databricks, you can follow these steps: you can use Databricks …