Type Alias FieldQuality

Quality metrics for a single field.

type FieldQuality = {
    name: string;
    quality: dataQualities.Quality;
    type: FieldInformation;
}
Index
name: string

The name of the field.

Quality metrics for the field.

Information about the type of the field.