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-cloudVerified import paths — ran on the pinned version, not inferred.
Initialize a CloudDataContext with your organization ID and access token, then list expectation suites.
Use Python 3.11.x environment.
Use 'from great_expectations_cloud import GXCloudContext' or the new CloudDataContext.
Set GX_CLOUD_ORGANIZATION_ID and GX_CLOUD_ACCESS_TOKEN environment variables.