Usage
Usage is a reference page for administrators to view historical usage statistics in their organization's Data Quality & Observability Classic environment.
The tiles across the top of the page break down usage statistics by users, jobs, rules, datasets, and columns for the most recent month. The table below the tiles shows the number of datasets and columns scanned for quality in your organization's environment for the month reflected in the Date column.
Note For more details about billing information, see your Data Quality & Observability Classic contract.
The following table shows the descriptions and calculations of the data points included in the tiles at the top of the page.
Data point | Description | Calculation |
---|---|---|
Users | The total number of users in your Data Quality & Observability Classic environment, including both active and inactive users. | count (*) from user_profile
|
Jobs | All DQ Jobs that ran in your Data Quality & Observability Classic environment over the most recent month. |
|
Rules | The total number of rules applied to datasets in your Data Quality & Observability Classic environment. | count (*) from owl_rule where is_active = 1
|
Datasets | The total number of unique DQ Jobs on tables and files in your Data Quality & Observability Classic environment over the most recent month. | count (distinct (datasets)) from dataset_schema
|
Columns | The total number of unique columns under quality control in your Data Quality & Observability Classic environment over the most recent month. | count (distinct (dataset, columns)) from dataset_schema
|