Database View Reference

Database View Reference

IDPV_COL_PROFILE_RESULTS

IDPV_COL_PROFILE_RESULTS

This view exposes the summary results of all column profile functions.
The following table describes the columns in the IDPV_COL_PROFILE_RESULTS view:
Column
Description
PROFILE_ID*
ID of the profile.
RECORD_NAME
Name of the data source that you ran the profile on.
FIELD_NAME
Name of the data source column.
DOCUMENTED_DATATYPE
Datatype specified for the FIELD_NAME column during the data source import.
INFERRED_DATATYPE
Datatype inferred for the FIELD_NAME column by the Profiling Service Module. The Profiling Service Module is a component of the Data Integration Service.
MAXIMUM_VALUE
Maximum value in the FIELD_NAME column.
MINIMUM_VALUE
Minimum value in the FIELD_NAME column.
DISTINCT_VALUE
Number of unique values in the FIELD_NAME column.
DISTINCT_PERCENT
Number of unique values in the FIELD_NAME column expressed as a percentage of the number of rows you ran the profile on.
NULL_COUNT
Number of nulls in the FIELD_NAME column.
TOTAL_ROWS
Number of rows that you ran the profile on.
LAST_TIME_RUN
Date and time of the last profile run.
TOTAL_SUM
Sum of all the values in a column with a numeric datatype. The value is null for a non-numeric column.
*Indicates that the column is a key column.

0 COMMENTS

We’d like to hear from you!