Class MonitorFormulaAndFunctionDataQualityEntityMetricConfig

Measure configuration for one side of a source to target comparison.

Hierarchy

  • MonitorFormulaAndFunctionDataQualityEntityMetricConfig

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
customSql?: string

Custom SQL query used to compute the measure for this entity.

customWhere?: string

Custom WHERE clause applied when computing the measure for this entity.

entityId: string

Identifier of the data entity to measure.

entityType: string

Type of the data entity to measure.

groupByColumns?: string[]

Columns to group results by when computing the measure for this entity.

Generated using TypeDoc