Run a User data functions (UDF).
notebookutils.udf.run(
artifactId,
functionName,
parameters = list(),
workspaceId = "",
capacityId = ""
)The UDF execution result.
The UDF artifact id.
The UDF function name.
The UDF parameters.
The UDF workspace id, if not provided, it will be retrieved from the current workspace.
The UDF capacity id, if not provided, it will be retrieved from the current capacity.