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
You may get a different result due to the upgrading of Spark 3.0: Fail to parse 'JUN 2001' in the new parser
I'm working on converting a string to date in SparkSQL. The string format is "Jun 2001', I tried to convert to date format as 'MMMyyyy' by using the query below
SELECT
TO_DATE(CAST('JUN 2...
Rosa Xue
Votes: 0
Answers: 0
Running another notebook inside a notebook which is connected to git
In our company we learned to connect our notebook to git repository, however there is an issue.
Running a notebook inside another notebook. This is the way that we have discovered, however this soluti...

Ali Saberi
Votes: 0
Answers: 1
Databricks streaming "A file referenced in the transaction log cannot be found"
So whenever i am trying to read from a source with stream i get this error "A file referenced in the transaction log cannot be found" and it points to a file that does not exist.
I have trie...

Lasse
Votes: 0
Answers: 1