{"id":23819,"library":"great-expectations-cloud","title":"Great Expectations Cloud","description":"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.","status":"active","version":"20260416.0","language":"python","source_language":"en","source_url":"https://github.com/great-expectations/cloud","tags":["data-quality","expectations","cloud","testing","data-validation"],"install":[{"cmd":"pip install great-expectations-cloud","lang":"bash","label":"Install from PyPI"}],"dependencies":[{"reason":"Core library required for most functionality","package":"great-expectations","optional":false}],"imports":[{"note":"GXCloudContext was moved to a separate package in 2024; old import fails.","wrong":"from great_expectations.data_context import GXCloudContext","symbol":"GXCloudContext","correct":"from great_expectations_cloud import GXCloudContext"},{"note":"New preferred name for cloud data context.","wrong":"","symbol":"CloudDataContext","correct":"from great_expectations_cloud import CloudDataContext"}],"quickstart":{"code":"from great_expectations_cloud import CloudDataContext\n\ncontext = CloudDataContext(\n    cloud_organization_id=\"YOUR_ORG_ID\",\n    access_token=\"YOUR_TOKEN\"\n)\n# List data assets\nfor asset in context.list_expectation_suites():\n    print(asset.name)","lang":"python","description":"Initialize a CloudDataContext with your organization ID and access token, then list expectation suites."},"warnings":[{"fix":"Use Python 3.11.x environment.","message":"Python 3.12+ is not supported; requires <3.12.","severity":"breaking","affected_versions":">=20260416.0"},{"fix":"Use 'from great_expectations_cloud import GXCloudContext' or the new CloudDataContext.","message":"GXCloudContext has been moved to great_expectations_cloud package, old import path will fail.","severity":"breaking","affected_versions":">=2024.0.0"},{"fix":"Set GX_CLOUD_ORGANIZATION_ID and GX_CLOUD_ACCESS_TOKEN environment variables.","message":"The 'ge_cloud_config.yml' file is deprecated in favor of environment variables or explicit parameters.","severity":"deprecated","affected_versions":">=2024.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"pip install great-expectations-cloud","cause":"Package not installed or running in wrong environment.","error":"ModuleNotFoundError: No module named 'great_expectations_cloud'"},{"fix":"Upgrade to great-expectations-cloud >=2024.0.0 and use correct import: from great_expectations_cloud import CloudDataContext","cause":"Using old CloudDataContext constructor from core great_expectations package.","error":"TypeError: __init__() got an unexpected keyword argument 'cloud_organization_id'"},{"fix":"Set GX_CLOUD_ACCESS_TOKEN environment variable or pass token in the constructor.","cause":"Missing access token.","error":"ValueError: GX Cloud token is required"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}