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.
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
Close
Hashes for great_expectations_cloud-0.0.2.dev0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40e40beb076879f4d18cf461c292821607108fdca42445a0f99183dd1ca7c89a |
|
MD5 | 41bdb7c9c1c10d3012e1eea7e4be3666 |
|
BLAKE2b-256 | e04c066b5c6be2576ff6678709bc8513ea19fb0fa7f96ef163a13c3bea60e70d |
Close
Hashes for great_expectations_cloud-0.0.2.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d6979aa2b077fad5f23cf91f94458643ea9a5d1b06678949c3eccefd62e77f1 |
|
MD5 | dfd97f81cd9c22c3d053d9a6247e52b4 |
|
BLAKE2b-256 | 44e417557d15c7c78983b0c9f69f438d9566b6e51a6901b8e91413218c5137c3 |