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.3.dev5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | afbfb415730bd84611274805c780f621d2111a7d93b540a722950c585d67771a |
|
MD5 | b91423f907bee315bf0e290a2dfdb546 |
|
BLAKE2b-256 | 9470f0f517935f2caa3a865cdc89e61e6a8910f2022ed554b0b81387ecea28db |
Close
Hashes for great_expectations_cloud-0.0.3.dev5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6aabd88c9b4da6838b79154a09422bfc21871095cc55e34abe817dcbbbf067e0 |
|
MD5 | 73a13e681faef8aa132152475888c718 |
|
BLAKE2b-256 | b28d2ae436f87c16c89ba3c2cc370ef067b18f7144b53c007f7514af013c3a45 |