The great_expectations Meltano utility pulls data from Great Expectations that can then be sent to a destination using a loader.
Other Available Variants
- great-expectations (default)
Getting Started
Prerequisites
If you haven't already, follow the initial steps of the Getting Started guide:
Installation and configuration
-
Add the great_expectations utility to your project
using
:meltano add
-
Configure the great_expectations settings using
:meltano config
meltano add utility great_expectations
meltano config great_expectations set --interactive
Next steps
- Create expectations suites and checkpoints!
Add additional database drivers
If you are using Great Expectations to validate data in a database or warehouse, you
might need to install the appropriate drivers. Common options are supported by Great Expectations
as pip extras, and any additional packages you may want can be added too by configuring
a custom pip_url
for the great_expectations
utility:
Find the
great_expectations
plugin definition in yourmeltano.yml
project fileUpdate the
pip_url
property to include the desired additional extras and packages:utilities: - name: great_expectations variant: great-expectations pip_url: great_expectations[redshift] awscli
Re-install the plugin:
meltano install utility great_expectations
The next time you run Great Expectations, you will be able to connect to a new type of database, like Redshift in the example.
If you run into any issues, learn how to get help.
Capabilities
The current capabilities forgreat_expectations
may have been automatically set when originally added to the Hub. Please review the
capabilities when using this utility. If you find they are out of date, please
consider updating them by making a pull request to the YAML file that defines the
capabilities for this utility.This plugin has the following capabilities:
You can
override these capabilities or specify additional ones
in your meltano.yml
by adding the capabilities
key.
Settings
The
great_expectations
settings that are known to Meltano are documented below. To quickly
find the setting you're looking for, click on any setting name from the list:
You can
override these settings or specify additional ones
in your meltano.yml
by adding the settings
key.
Please consider adding any settings you have defined locally to this definition on MeltanoHub by making a pull request to the YAML file that defines the settings for this plugin.
Great Expectations Home Directory (ge_home)
-
Environment variable:
GREAT_EXPECTATIONS_GE_HOME
-
Default Value:
$MELTANO_PROJECT_ROOT/utilities/great_expectations
Something missing?
This page is generated from a YAML file that you can contribute changes to.
Edit it on GitHub!Looking for help?
#plugins-general
channel.
Install
meltano add utility great_expectations
Maintenance Status
Meltano Stats
Keywords