python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Running a databricks notebook connected to git via ADF independent from git username
In our company for orchestrating of running Databricks notebooks, experimentally we learned to connect our notebooks (affiliated to a git repository) to ADF pipelines, however, there is an issue.
As y...

Ali Saberi
Votes: 0
Answers: 2
Is there a monitoring endpoint for Spark Structured streaming?
In Spark's official docs, we see that there are monitoring endpoints for DStream like
/streaming/statistics
However, there does not seem to be ones for structured streaming mentioned here. I'm look...
yeskarthik
Votes: 0
Answers: 0
Unable to cast string to date when inserting on Databricks SQL
I have a table created like so :
CREATE TABLE IF NOT EXISTS MyDataBase.Table (
`date` DATE,
`name` STRING,
`isTarget` BOOLEAN
) USING DELTA LOCATION '/mnt/path/to/folder/'
I need to man...
Karzyfox
Votes: 0
Answers: 1
terraform databricks_job not starting every time when the job name is same
terraform is not running databricks_job.
If i delete the job and run terraform, it is creating a job/starting. Is it because of same Job name? we wanted to trigger this job from Airflow, so we wanted ...
Shankar
Votes: 0
Answers: 0