python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Cannot import Cosmosdb in databricks
I setup a new cluster on databricks which using databricks runtime version 10.1 (includes Apache Spark 3.2.0, Scala 2.12). I also installed azure_cosmos_spark_3_2_2_12_4_6_2.jar in Libraries.
I create...
user3254986
Votes: 0
Answers: 2
Delta live tables feature missing
In my Azure Databricks workspace UI I do not have the tab "Delta live tables". In the documentation is says that there is a tab after clicking on Jobs in the main menu.
Chris
Votes: 0
Answers: 2
Scala - Get function result in array inside foreach
I want to list the folders from provided source paths. It should go first to 2021 directory get paths and store in array and further to 2022 folder.
Then I need to access this array outside foreach an...
SomeGuy
Votes: 0
Answers: 1
How connect to azure sql database with jdbc and python in a databricks notebook?
In an Azure Databricks notebook, I would like with python to connect to azure sql database with JDBC (Active Directory password authentication).
I tried this:
jdbcHostname = "....database.windows...
codelifevcd
Votes: 0
Answers: 2