Skip to main content
Version: 1.3.10

Automating data quality rules

With GX Cloud, you can automatically generate data quality rules to more quickly achieve test coverage for your data. This page provides an overview of the following options:

Monitoring common issues

When you add a new Data Asset, GX Cloud by default generates Expectations to test the following common data quality issues:

  • Schema
  • Volume
  • Completeness (coming soon)
  • Uniqueness (coming soon)

Schema

To detect schema changes, we automatically generate a rule to expect table columns to match set using the Data Asset’s initial columns as the set to match. If the number or names of columns in the Data Asset change, this Expectation will fail.

Volume

To detect non-increasing volume, we automatically generate a rule to expect table row count to be between with dynamic parameters that test that the current validation run has more rows than the previous run. If the row count shrinks or stays the same between runs, this Expectation will fail.

Personalizing recommendations with ExpectAI Beta

ExpectAI (BETA) performs deep analysis on a given Data Asset to set Expectations based on patterns in the data. These AI-recommended data quality rules are sometimes based on anomalies detected in the data, so they may fail on the first validation to bring your attention to potential problems.