Referential integrity

Check the integrity of a foreign key by checking that every value can be resolved in another table (which may be in a different datastore altogether).

Analyzer Distributed execution possible
  • Foreign key

    InputColumn<Object> Required
  • Datastore

    Datastore Required
  • Schema name

    String Mapped with Datastore Required
  • Table name

    String Mapped with Schema name Required
  • Column name

    String Mapped with Table name Required
  • Cache lookups

    Use a client-side cache to avoid looking up multiple times with same inputs.

    boolean Optional
  • Ignore null values

    Ignore null values

    boolean Optional