User-defined function that can persist in db, used and shared multiple times
Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- name | character | name of udf | [optional] language | UDFLanguage | | [optional] version | character | Type-specific version | [optional] image_name | character | Docker image name to use for udf | [optional] type | UDFType | | [optional] exec | character | Type-specific executable text | [optional] exec_raw | character | optional raw text to store of serialized function, used for showing in UI | [optional] readme | character | Markdown readme of udfs | [optional] license_id | character | License identifier from SPDX License List or Custom | [optional] license_text | character | License text | [optional] tags | array[character] | optional tags for udf | [optional]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.