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
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.
