wandb Python API when you script automation workflows instead of using the W&B App.
Programmatic create and update for automations through
wandb.Api().create_automation() and related helpers can fail on some wandb Python client versions because of a client-side feature check (for example, run-state automations). Until a fixed SDK ships, use the W&B App to create and edit automations. The list, get, and delete methods aren’t affected. Internal tracking: WB-34263.The W&B Python SDK (
wandb) doesn’t support ARIA automations. Creating one isn’t possible from the library, and W&B omits ARIA automations from the results of list calls, because released client versions can’t parse the ARIA action type. Manage ARIA automations in the W&B UI. Support is planned for a future release of the library.