Custom operators¶
Create and manage custom operators that can be used in workflows. A custom operator can provide Python code or bind a workflow operator from the catalog.
Choose a task¶
Task |
Description |
|---|---|
View the custom operators that can be read in the current workspace. |
|
View the configuration of a custom operator. |
|
Read the source code of a custom operator. |
|
Create a custom operator that can be used in workflows. |
|
Modify the configuration or code of a custom operator. |
|
Execute a custom operator test using the given input and return the test record. |
|
Enable a custom operator so that it can be used for subsequent workflow configuration and test runs. |
|
Deactivate a custom operator so that it cannot be used in subsequent workflow configurations or test runs. |
|
Delete a custom operator. |
Last updated on