Great Expectations Cloud
Project description
cloud
Dev Setup
- Install
poetry
- Setup virtual environment and install dependencies.
poetry install --sync
- Activate your virtual environment.
poetry shell
- Setup 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
In order to to build the GX Agent docker image run the following in the root dir:
invoke build
Running the 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 agent to run such as generating an Expectation Suite for a DataSource.
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
File details
Details for the file great_expectations_cloud-0.0.5.tar.gz
.
File metadata
- Download URL: great_expectations_cloud-0.0.5.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f45832dbc51c50c36d91e12078931d5365e0918981bbeee66d1c76f98e43fb1d |
|
MD5 | 392e4912be28f875d842f501a7a78564 |
|
BLAKE2b-256 | 30012db28936e8da62fad69c90827d30e99c1cbe318f62f22fa0039cecabab39 |
File details
Details for the file great_expectations_cloud-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: great_expectations_cloud-0.0.5-py3-none-any.whl
- Upload date:
- Size: 28.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 692c201d2a130e023fe5fb5d11a8388bf25f696f40be9a16ee3442aead1b9cd7 |
|
MD5 | 0b0eb19d48f42f5bf2145a743e26595b |
|
BLAKE2b-256 | 64ea84fbf865a6f78f37f501ff83af13f7c3ff69d5956596741985bd44af6ee9 |