Skip to main content

OpenDataDiscovery Action for Great Expectations

Project description

OpenDataDiscovery Action for handling Great Expectations tests results.

PyPI version

image

What is it?

odd_great_expectation.action.ODDAction Is a class derived from GX ValidationAction which will be run by GreatExpectations at runtime with ValidationResults for checkpoint.

How to use it?:

Install odd-great-expectations package

pip install odd-great-expectations

Add ODDAction action to some checkpoint's action list:

name: <CHECKPOINT_NAME>
config_version: 1.0
...
action_list:
  # other actions
  - name: store_metadata_to_odd
    action:
      module_name: odd_great_expectations.action
      class_name: ODDAction
      platform_host: <PLATFORM_HOST>
      data_source_name: <DATA_SOURCE_NAME>

Parameters:

platform_host - Location of OpenDataDiscovery platform, i.e. http://localhost:8080

platform_token - OpenDataDiscovery token, how to get it - https://docs.opendatadiscovery.org/configuration-and-deployment/trylocally#create-collector-entity

data_source_name - Unique name for data source, i.e. local_qa_test

Both platform_host and platform_token can be set using ODD_PLATFORM_HOST and ODD_PLATFORM_PLATFORM env variables accordingly.

Run checkpoint

great_expectations checkpoint run <CHECKPOINT_NAME>

Check results on PLATFORM_HOST UI.

Supporting features

Feature Supporting
V3 API + +
SqlAlchemyEngine +
PandasEngine +
Great Expectations V2 API - -
Cloud Solution -

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

odd_great_expectations-0.1.13.tar.gz (9.6 kB view hashes)

Uploaded Source

Built Distribution

odd_great_expectations-0.1.13-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

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