- Schema:
DATA_QUALITY_MONITORING_RESULTS view¶
This view displays a row for each result of calling a data metric function in your account.
Columns¶
The columns in the view are defined as follows:
Column name |
Data type |
Description |
---|---|---|
|
TIMESTAMP_LTZ |
The time the DMF is scheduled to run based on the schedule that you set for the table or view. |
|
TIMESTAMP_LTZ |
The time the DMF trigger operation occurred, or For information about the trigger operation, see Schedule your DMFs to run. |
|
TIMESTAMP_LTZ |
The time at which the metric is evaluated. |
|
NUMBER |
Internal/system-generated identifier of the table where the rule is associated. Rules could either be associated directly to the table or to any column of the table. |
|
VARCHAR |
Name of the table. |
|
VARCHAR |
Name of the schema name that contains the table. |
|
VARCHAR |
Name of the database that contains the table. |
|
NUMBER |
Internal/system-generated identifier of the metric. |
|
VARCHAR |
Name of the metric. |
|
VARCHAR |
Name of the schema that contains of the metric. |
|
VARCHAR |
Name of the database that contains the metric. |
|
VARCHAR |
Return type of the metric. |
|
ARRAY |
An array that contains IDs of reference arguments used to evaluate the rule. Entries of the array are ordered by the positions of arguments. |
|
ARRAY |
An array that contains types of reference arguments used to evaluate the rule. Entries of the array are ordered by the positions of arguments. Currently only supports COLUMN type arguments. |
|
ARRAY |
An array that contains names of reference arguments used to evaluate the rule. Entries of the array are ordered by the positions of arguments. |
|
VARCHAR |
The ID to uniquely identify the metric entity reference, known as the association ID. |
|
VARIANT |
The result of the evaluation. |
Access control requirements¶
The role used to query the view must be granted the SNOWFLAKE.DATA_QUALITY_MONITORING_VIEWER application role or the SNOWFLAKE.DATA_QUALITY_MONITORING_ADMIN application role.