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

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for great_expectations_cloud-0.0.19.dev0.tar.gz
Algorithm Hash digest
SHA256 f2ac5392f54c0c6a09a98bc84246ee08236c8335ef88f357350ab55ca717c53c
MD5 8bb1431f3f8ba084dac4eb45cbaba83d
BLAKE2b-256 e4af9a2d8bec4bad9e4aea64c5cd8767baf76956628bd21d0d0d0b8708d933d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for great_expectations_cloud-0.0.19.dev0-py3-none-any.whl
Algorithm Hash digest
SHA256 bb7d57b3e7cee70fe98eec650ae9e101eca6efa05cbb3fcdf6c7173531f9f7a5
MD5 5f22f94cc71a7bd0d557cb7d897f1ac1
BLAKE2b-256 c8200e7b85a7dbfe43d61c4c6094a1a77c6b5b55f666b25c4ed64c8b3b04c38a

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