Usage
create_function(client, function_info)
functionsCreate(client, function_info)
Arguments
- client
Required. Instance of DatabricksClient()
- function_info
Required. Partial FunctionInfo specifying the function to be created.
Details
The user must have the following permissions in order for the function to be
created: - USE_CATALOG on the function's parent catalog - USE_SCHEMA
and CREATE_FUNCTION on the function's parent schema