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.

Example Data

The contents from /examples/agent/data will be copied to /data for the docker container.

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.23.dev0.tar.gz (21.4 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file great_expectations_cloud-0.0.23.dev0.tar.gz.

File metadata

File hashes

Hashes for great_expectations_cloud-0.0.23.dev0.tar.gz
Algorithm Hash digest
SHA256 08f57256a0ec7a9c35ec273e5a0c65d3eb646701c05c880ab8baad3ad2bf4ffd
MD5 bf181a072722c87b8aa3f2b17c79b4f7
BLAKE2b-256 79dd52b26a24f741d32c4c8a684513a83f2507ed52dc85310383378c57d54559

See more details on using hashes here.

File details

Details for the file great_expectations_cloud-0.0.23.dev0-py3-none-any.whl.

File metadata

File hashes

Hashes for great_expectations_cloud-0.0.23.dev0-py3-none-any.whl
Algorithm Hash digest
SHA256 2395e92957f42fa8141c5b7543389a884bfe27cf7a778b6a8e668fe17e8c774c
MD5 1e826a3963668ffe4f8aa6d55d052c55
BLAKE2b-256 c7393e24f8a8a612e0fbcaf71cf4ee369ee278caf34a5d2f0f621ac636e817e3

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