Registry / data / great-expectations-cloud

great-expectations-cloud

JSON →
library20260416.0pypypi✓ verified 79d ago

Great Expectations Cloud is the managed platform for Great Expectations, enabling teams to build, monitor, and maintain data quality at scale. The current version is 20260416.0, with weekly releases following the cloud service cadence. Requires Python >=3.11.4, <3.12.

pip install great-expectations-cloud
INSTALL
IMPORT
SIG · GREAT-EXPECTATIONS
G
great-expectations-cloud
datapythonv20260416.0
Install
26.6s avg
Import
Disk
445MB
Pass rate
5/ 10
Env Coverage5 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v20250109.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
✓ —
✓ 20.1s
py 3.11
✕ build_error
✓ 37.1s
py 3.12
✕ build_error
✕ build_error
py 3.13
✕ build_error
✕ build_error
py 3.9
✓ —
✓ 22.6s
445MB installed
● package 445MB
Code
Verified usage

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

GXAgent
from great_expectations_cloud import GXAgent
from great_expectations_cloud import GXCloudContext
agent
from great_expectations_cloud import agent
run_agent
from great_expectations_cloud import run_agent

Initialize a CloudDataContext with your organization ID and access token, then list expectation suites.

from great_expectations_cloud import CloudDataContext context = CloudDataContext( cloud_organization_id="YOUR_ORG_ID", access_token="YOUR_TOKEN" ) # List data assets for asset in context.list_expectation_suites(): print(asset.name)
great_expectations --version
Debug
Known issues
breakingPython 3.12+ is not supported; requires <3.12.
fix
Use Python 3.11.x environment.
affects: >=20260416.0
breakingGXCloudContext has been moved to great_expectations_cloud package, old import path will fail.
fix
Use 'from great_expectations_cloud import GXCloudContext' or the new CloudDataContext.
affects: >=2024.0.0
deprecatedThe 'ge_cloud_config.yml' file is deprecated in favor of environment variables or explicit parameters.
fix
Set GX_CLOUD_ORGANIZATION_ID and GX_CLOUD_ACCESS_TOKEN environment variables.
affects: >=2024.0.0
Upgrade
Version history
20260416.0latest on PyPI · released Apr 16, 2026
Audit
Dependencies
great-expectationsrequiredCore library required for most functionality
Agent activity
10 hits · last 30 days
node
10
Resources
great-expectations-cloud — pip install great-expectations-cloud · libregistry