Skip to main content
What this builds. A two-node pipeline that pipes an input string through a transformation to an output. You’ll end up with. A saved, deployed pipeline whose transformation node references your transformation by id, with its declared inputs wired to upstream node outputs.

Expected output

The keyword arguments on .transformation(...) must match the transformation’s declared input names. A transformation with multiple inputs wires each one as its own keyword (e.g. query=…, max_results=…).

See also

Pipeline reference

The full Pipeline + node surface.

CRUD

Create the transformation you reference here.

Reference

Every public method.