notebookutils.udf.run: Run a User data functions (UDF).

View source: R/udf.R

notebookutils.udf.runR Documentation

Run a User data functions (UDF).

Description

Run a User data functions (UDF).

Usage

notebookutils.udf.run(
  artifactId,
  functionName,
  parameters = list(),
  workspaceId = "",
  capacityId = ""
)

Arguments

artifactId

The UDF artifact id.

functionName

The UDF function name.

parameters

The UDF parameters.

workspaceId

The UDF workspace id, if not provided, it will be retrieved from the current workspace.

capacityId

The UDF capacity id, if not provided, it will be retrieved from the current capacity.

Value

The UDF execution result.


notebookutils documentation built on Jan. 26, 2026, 9:06 a.m.