Great Expectations Cloud
Project description
cloud
Dev Setup
- Install
poetry
- Set up virtual environment and install dependencies.
poetry install --sync
- Activate your virtual environment.
poetry shell
- 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
Release to PyPI
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
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
Built Distribution
Hashes for great_expectations_cloud-0.0.13.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 328e8998d86c47bec0b4907f7ba3a4f6a4110e8f9534aebed60b303560446f64 |
|
MD5 | 0bec4eb76133e804a9156eea48ff1d35 |
|
BLAKE2b-256 | 12c20271925f17acff0ffd625113057a9480bcdbc84e821f2994f92d790fc8d4 |
Hashes for great_expectations_cloud-0.0.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c31bb623a846d6f764bffddc7eeb38f3bc164b90b4564eefda81a80194fcc714 |
|
MD5 | 593a75e2b05362dd07c7b010cec6b8b1 |
|
BLAKE2b-256 | 71aca651879333621e5bc2b939482ddf57b3352fc6e4f952762d8b01d89359fd |