altair_run_operator_chain
Assemble and execute custom Altair AI Studio operator graphs for operators not covered by dedicated tools, specifying class keys, parameters, and connections. Results must be written via write_csv to an absolute path.
Instructions
ADVANCED / escape hatch: run ANY Altair AI Studio / RapidMiner operator graph you assemble yourself, by giving the exact operator class keys, parameters, and port-level connections. Use this for operators not covered by the dedicated tools (DBSCAN, hierarchical clustering, database connections, web/text/scraping extensions, Hugging Face / LLM operators, Optimize Parameters, Loop Files, Python/R scripting, etc). Tip: build the graph once in the Altair AI Studio GUI and use Process > Export Process to see the exact class keys and port names to copy here. The graph must end by writing its result(s) with a 'write_csv' operator to an absolute file path you choose — read that file back afterwards to see the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| macros | No | ||
| operators | Yes | ||
| connections | Yes |