Registry / observability / acceldata-sdk

acceldata-sdk

JSON →
library26.4.0pypypiunverified

Official Python SDK for the Acceldata data observability platform. Provides programmatic access to monitoring, lineage, and governance features. Current version 26.4.0, requires Python >=3.7. Released on a monthly cadence.

pip install acceldata-sdk
INSTALL
IMPORT
SIG · ACCELDATA-SDK
A
acceldata-sdk
observabilitypythonv26.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AcceldataClient
from acceldata_sdk import AcceldataClient
from acceldata_sdk import AcceldataClient

Initialize client with host and token, then list tenants.

from acceldata_sdk import AcceldataClient client = AcceldataClient( host=os.environ.get("ACCELDATA_HOST", ""), token=os.environ.get("ACCELDATA_TOKEN", "") ) print(client.list_tenants())
Debug
Known issues
breakingv26 changed the default authentication method; old token-based auth with 'api_token' parameter now requires explicit 'auth_type="api_token"'.
fix
Pass auth_type='api_token' to AcceldataClient if upgrading from v25 or earlier.
affects: >=26.0.0
deprecatedThe 'acceldata' package (without underscore) is deprecated. Install only 'acceldata-sdk' and import from 'acceldata_sdk'.
fix
Replace import 'acceldata' with 'acceldata_sdk' and reinstall package.
affects: <20.0.0
gotchaAPI keys are tenant-scoped; using an API key from one tenant will fail to access resources in another tenant. Always ensure the token corresponds to the correct tenant.
fix
Verify token scope and tenant ID match the target environment.
affects: all
Upgrade
Version history
26.4.0latest on PyPI · released Apr 11, 2026
Audit
Dependencies
requestsrequiredHTTP client for API calls
python-dateutilrequiredDate parsing helpers
Agent activity
53 hits · last 30 days
node
48
OpenAI (training)
1
Resources
acceldata-sdk — pip install acceldata-sdk · libregistry