Function
This page outlines the steps to build a micro function that enhances your data agent's capabilities.
The functions available in the platform's Data Center consist of microfunctions. A micro function is a small, modular, single-purpose function designed to perform a specific task within a larger data pipeline or analytics workflow.
Steps to create a Function
Navigate to the "My Connectors" tab under the "Data Center" module.
Select a connector from the displayed list of Standard Connectors.
Open the Function tab on the right side of the screen.
Click the Create option to start the creation of a new function.
You will be redirected to the Function Creation page to create a new function.
Provide the Function name.
Provide a Description for your function.
Use the Code tab to create the function. It is advisable to create micro functions focusing on a specific aspect of data analysis for an accurate outcome. Put your requirements into a step-by-step structure to achieve the desired data analysis.
Configure the Input Argument carefully by providing the Keys, specifying the Data Types, and providing the Values.
Click the Add icon to insert a new row for the input argument.
Click the Save option to store and create a new function.
A notification message appears confirming that the function has been successfully created.
The newly created function is added to the Function tab.
Options Provided to a Function
Every function is credited with some options once it is listed under the Function list.
Navigation Path: Data Center > My Connectors > Standard Connectors > Function Tab (for the selected data connector).
Edit: Modifies the selected Function using this option.
Delete: Removes the selected Function from the list.
Last updated