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 |
Page |
Description |
|---|---|---|
Inspect custom operator list |
View the custom operators that can be read in the current workspace. |
|
Inspect custom operator details |
View the configuration of a custom operator. |
|
Read operator source code |
Read the source code of a custom operator. |
|
Add custom operator |
Create a custom operator that can be used in workflows. |
|
Edit custom operator |
Modify the configuration or code of a custom operator. |
|
Test a Python operator |
Execute a custom operator test using the given input and return the test record. |
|
Enable custom operator |
Enable a custom operator so that it can be used for subsequent workflow configuration and test runs. |
|
Disable custom operator |
Deactivate a custom operator so that it cannot be used in subsequent workflow configurations or test runs. |
|
Remove custom operator |
Delete a custom operator. |