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).
executions
property
¶
Run + observe workflow executions. See athena_sdk.managers.executions.
schedules
property
¶
Cron / interval schedules on workflows. See athena_sdk.managers.schedules.
secrets
property
¶
Env-var secrets scoped to workflow/project/org. See athena_sdk.managers.secrets.
nodes
property
¶
Node types + asset discovery + connection testing. See athena_sdk.managers.nodes.