Skip to main content
What this builds. A single asyncio.run(main()) that creates a transformation, runs it, updates it, and deletes it — entirely with await. You’ll end up with. A round-trip through the common Transformation surface using only async methods, suitable as a copy-paste starter for async code.

Expected output

Every sync method in the reference has an a-prefixed sibling — the sync example ports to async by adding await and renaming the call.

See also

CRUD

The sync version of the lifecycle calls.

Run & I/O types

Typed inputs and run results.

Reference

Every public method.