Schema:

ACCOUNT_USAGE

DATA_METRIC_FUNCTION_EXPECTATIONS view

This Account Usage view lists the expectations in an account. It lists the expectations that were added to an association between a data metric function (DMF) and an object.

Columns

Column nameData typeDescription
METRIC_DATABASE_NAMEVARCHARDatabase that contains the data metric function.
METRIC_SCHEMA_NAMEVARCHARSchema that contains the data metric function.
METRIC_NAMEVARCHARName of the data metric function.
ARGUMENT_SIGNATUREVARCHARType signature of the metric arguments.
DATA_TYPEVARCHARReturn data type of the data metric function.
REF_DATABASE_NAMEVARCHAR

Database that contains the object that is associated with the data metric function.

REF_SCHEMA_NAMEVARCHAR

Schema that contains the object that is associated with the data metric function.

REF_ENTITY_NAMEVARCHAR

Name of the table or view that is associated with the data metric function.

REF_ENTITY_DOMAINVARCHAR

Type of the object (table, view) that the data metric function is associated with.

REF_ARGUMENTSARRAYReference arguments used to evaluate the rule.
REF_IDVARCHAR

System-generated identifier for the association of the data metric function to the table or view.

EXPECTATION_IDVARCHARSystem-generated identifier.
EXPECTATION_NAMEVARCHAR

Name that was given to the expectation when it was added to the association between the DMF and the object.

EXPECTATION_EXPRESSIONVARCHAR

Boolean expression of the expectation. See Defining what meets the expectation.

Usage notes

Latency for the view might be up to 30 minutes.