Skip to main content
What this builds. A full create / fetch / list / rename / duplicate / delete walk on Table, run through the a* async methods (anew, afetch, alist, aupdate, aduplicate, adelete) inside an asyncio.run(...) event loop. You’ll end up with. A new table that’s been renamed and duplicated, then both copies cleanly deleted — nothing left behind in your account.

Expected output

See also

Sync CRUD

The blocking version of this walk.

End-to-end walkthrough

Build a vendor scorecard from schema to export.

Reference

Every public method.