Skip to main content

Great Expectations Cloud

Project description

cloud

PyPI Docker Pulls ci pre-commit.ci status Ruff

Dev Setup

  1. Install poetry
  2. Set up virtual environment and install dependencies.
    • poetry install --sync
  3. Activate your virtual environment.
    • poetry shell
  4. Set up precommit hooks
    • pre-commit install

Developer Tasks

Common developer tasks are available via invoke (defined in tasks.py)

invoke --list to see available tasks.

Synchronize Dependencies

To ensure you are using the latest version of the core and development dependencies run poetry install --sync. Also available as an invoke task.

invoke deps

Updating poetry.lock dependencies

The dependencies installed in our CI and the docker build step are determined by the poetry.lock file.

To update only a specific dependency (such as great_expectations) ...

poetry update great_expectations

To resolve and update all dependencies ...

poetry lock

In either case, the updated poetry.lock file must be committed and merged to main.

Release to PyPI and Docker

To release a new version to PyPI the version must be incremented. New versions are automatically published to PyPI when merging to main.

invoke version-bump

A new docker tag will also be generated and pushed to Docker Hub.

Building and Running the GX Agent Image

To build the GX Agent Docker image, run the following in the root dir:

invoke build

Running the GX Agent:

docker run --env GX_CLOUD_ACCESS_TOKEN="<GX_TOKEN>" --env GX_CLOUD_ORGANIZATION_ID="<GX_ORG_ID>" gx/agent

Now go into GX Cloud and issue commands for the GX Agent to run, such as generating an Expectation Suite for a Data Source.

Note if you are pushing out a new image update the image tag version in containerize-agent.yaml. The image will be built and pushed out via GitHub Actions.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

great_expectations_cloud-0.0.20.tar.gz (21.2 kB view details)

Uploaded Source

Built Distribution

great_expectations_cloud-0.0.20-py3-none-any.whl (28.3 kB view details)

Uploaded Python 3

File details

Details for the file great_expectations_cloud-0.0.20.tar.gz.

File metadata

File hashes

Hashes for great_expectations_cloud-0.0.20.tar.gz
Algorithm Hash digest
SHA256 3770f2811c0457ea545c654e01d0f9fb874e93ad3ebba6672b70e0ec542b96c8
MD5 07704d41c0c91d2744c54bd9da6cefa5
BLAKE2b-256 94c93287343329a08b19954d1908a983689b667519f89c475ca0bb3a3d6f91eb

See more details on using hashes here.

File details

Details for the file great_expectations_cloud-0.0.20-py3-none-any.whl.

File metadata

File hashes

Hashes for great_expectations_cloud-0.0.20-py3-none-any.whl
Algorithm Hash digest
SHA256 cd06489189dc62864734117a6df5386d1e6007adde90c224918d73942c444b89
MD5 36c3234db45344b82fa161a96967c2ab
BLAKE2b-256 7a21f543120573d5f4ecd3e6e0fd3721e1f4f7e7823afbc78123619f75cd9565

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page