Great Expectations

great_expectations from great-expectations

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:

  1. Install Meltano
  2. Create your Meltano project

Installation and configuration

  1. Add the great_expectations utility to your project using
    meltano add
    :
  2. meltano add utility great_expectations
  3. Configure the great_expectations settings using
    meltano config
    :
  4. meltano config great_expectations set --interactive

Next steps

  1. 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:

  1. Find the great_expectations plugin definition in your meltano.yml project file

  2. Update 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
    
  3. 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 for
great_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
    [No description provided.]

    Something missing?

    This page is generated from a YAML file that you can contribute changes to.

    Edit it on GitHub!

    Looking for help?

    If you're having trouble getting the great_expectations utility to work, look for an existing issue in its repository, file a new issue, or join the Meltano Slack community and ask for help in the
    #plugins-general
    channel.

    Install

    meltano add utility great_expectations

    Maintenance Status

    • Maintenance Status
    • Stars
    • Forks
    • Open Issues
    • Open PRs
    • Contributors
    • License

    Maintainer

    • Superconductive

    Meltano Stats

    • Total Executions (Last 3 Months)
    • Projects (Last 3 Months)

    Keywords

    • quality