Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2023 09:09 PM
The master notebook is calling a child notebook using
dbutils.notebook.run("PathToChildnotebook")
. The child notebook defines a user-defined function (UDF) and registers it using
spark.udf.register
. However, when the child notebook finishes running and returns to the master notebook, the UDF cannot be found and the master notebook encounters an error when it tries to use the UDF?
Labels:
- Labels:
-
Child Notebook
-
Master Notebook