Registry / devops / acryl-datahub-cloud

acryl-datahub-cloud

JSON →
library1.1.0pypypiunverified

Acryl DataHub Cloud Python client for interacting with the DataHub platform's cloud APIs. Currently at version 1.1.0, targeting Python >=3.10. The library is under active development by Acryl Data.

pip install acryl-datahub-cloud
INSTALL
IMPORT
SIG · ACRYL-DATAHUB-CLOU
A
acryl-datahub-cloud
devopspythonv1.1.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.

DatahubCloudClient
from acryl_datahub_cloud import DatahubCloudClient
from acryl_datahub_cloud.client import DatahubCloudClient

Initialize a client with server URL and API token, then perform a health check.

from acryl_datahub_cloud.client import DatahubCloudClient client = DatahubCloudClient( server_url='https://your-account.acryl.io', token=os.environ.get('ACRYL_TOKEN', '') ) print(client.health_check())
Debug
Known issues
breakingPython version requirement changed from >=3.7 to >=3.10 starting from version 1.0.0.
fix
Upgrade Python to 3.10 or later.
affects: >=1.0.0
gotchaThe import path has changed: use `acryl_datahub_cloud.client.DatahubCloudClient`, not `acryl_datahub_cloud.DatahubCloudClient`. The old path raises ImportError.
fix
Import from `acryl_datahub_cloud.client`.
affects: >=1.0.0
gotchaThe `token` parameter must be a valid Acryl API token. Using an expired or malformed token causes a 401 error with no descriptive message.
fix
Ensure token is fresh and correctly set via environment variable.
affects: all
Upgrade
Version history
1.1.0latest on PyPI · released May 28, 2026
Audit
Dependencies
requestsrequiredHTTP client for API calls
pydanticrequiredData validation and serialization
Agent activity
33 hits · last 30 days
node
28
OpenAI (training)
1
Resources

No resource links recorded.

acryl-datahub-cloud — pip install acryl-datahub-cloud · libregistry