Task | Description |
---|---|
Column profiling | Discovers the characteristics of data, such as frequencies, percentages, and patterns. You can add filters to determine the rows that the profile reads at run time. The profile does not process rows that do not meet the filter criteria. |
Primary Key Discovery | Discovers columns with values that can uniquely identify the rows in a data source. |
Functional Dependency Discovery | Discovers dependencies between pairs of columns in a data source. |
Data Domain Discovery | Identifies all the data domains for a column based either on the column value or column name. |
Task | Description |
---|---|
Foreign Key Discovery | Discovers columns that have values that match the primary key values in another data source. |
Join Analysis | Discovers the degree of potential joins between the data in two columns in a data source or between two data sources. |
Overlap Discovery | Discovers the percentage of overlapping data between pairs of columns in a data source or multiple data sources. |
Enterprise Discovery | Discovers column profile statistics, data domains, primary keys, and foreign keys in a large number of data sources spread across multiple connections or schemas. |