Skip to content

AthenaClient

Single entry point for authenticated API calls.

Managers are lazily built on first access (client.workflows instantiates the WorkflowsManager on first call, then returns the cached instance).

workflows property

workflows

Workflows CRUD + lifecycle. See athena_sdk.managers.workflows.

projects property

projects

Projects CRUD + listing. See athena_sdk.managers.projects.

executions property

executions

Run + observe workflow executions. See athena_sdk.managers.executions.

schedules property

schedules

Cron / interval schedules on workflows. See athena_sdk.managers.schedules.

secrets property

secrets

Env-var secrets scoped to workflow/project/org. See athena_sdk.managers.secrets.

nodes property

nodes

Node types + asset discovery + connection testing. See athena_sdk.managers.nodes.

users property

users

Nexus-backend user directory. See athena_sdk.managers.users.