Hi all,
We are getting the following error log in a Workflow:
AnalysisException: [UNRESOLVED_ROUTINE] Cannot resolve function `date_format` on search path [`system`.`builtin`, `system`.`session`]. SQLSTATE: 42883
The Workflow consists in different notebooks, each of the notebooks runs with the same cluster in order to save idle time of the cluster. When we trigger the workflow, the first task runs successfully but when the second one starts it always fails at the same point with the error log shared above.
This is the configuration that we are using:
- Databricks RT version: 14.3 LTS (Scala 2.12, Spark 3.5.0)
- Unity Catalog enabled
We are importing the library org.apache.spark.sql.functions._ to use the date_format and other spark functions.
Have you ever encounter this issue? Any known solution for this?