I have this notebook which is scheduled by Data Factory on a daily basis.
It works fine, up to today. All of a sudden I keep on getting NullpointerException when writing the data.
After some searching online, I disabled AQE. But this does not help.
The weird part is: when I run the notebook manually it does work.
So it seems something has changed in the scheduling of ADF or the job interface of Databricks?
Any idea in which direction I should look?
I also tried using fixed clusters (so no autoscaling), no spot instances, different dbrx-versions (9.0, 9,1, 10.0, 10.1).