Skip to main content
What this builds. A minimal end-to-end tour of every CRUD verb on Transformation. You’ll end up with. A typed transformation that’s created, fetched by id and by name, located in list(), updated in place, then deleted — leaving your account as you found it.

Expected output

update(...) only sends the fields you pass — omitted fields are left untouched, and the local instance is mutated to match.

See also

From a function

Skip the source string — decorate a Python function.

Run & I/O types

Run a transformation and read its typed result.

Reference

Every public method.