About Source Details
View and manage a specific source's configuration.
The source details page lets you view and manage an individual source's configuration, including its validators, segmentations, incidents, and schema. For an overview of what sources are, see About Sources. To view all sources, see About Sources Page.

Source details Overview tab
To open a source's details page, navigate to the Sources page and click on a source name. The source details are organized into tabs for managing validators, segmentations, incidents, and more.
View Source Overview
To view the overview for a specific source,
- Navigate to the Sources page.
- Filter or search to find the specific source in the table.
- Click the source's name to open its details page.
- Click the Overview tab.
The source overview contains the following information,
| Name | Description |
|---|---|
| Description | You can add a description to the source in Validio. Also automatically imports descriptions from external sources, such as Snowflake or dbt. |
| Data Quality | The data quality is calculated for each segment and validator on the source as the number of incidents weighted by their severity and divided by the number of windows. For more information, see Data Quality Score. |
| Reads | The number of times the source is accessed in the last 30 days. |
| Writes | The number of times the source is modified in the last 30 days. |
| Activity Log | All recent operations on the source, including create, update, and delete of resources. Will also display information about when the source was started, stopped, or backfilled with context about the user who did it or if the action was done through an API. |
Manage the Source
The management options for individual sources are at the top of the source's details page. The options include start, stop, change ownership and priority, open information panel, mute source, and actions. For the full list of management actions see Managing Sources.
Manage the Source Configuration
All the resources configured on this source are separated into tabs:
| Tab Name | Description |
|---|---|
| Validators | Review and manage validators on this source, including their metric results, incidents, and configuration errors. |
| Schema & Profiling | Inspect the source schema, run data profiling, and preview sample rows. Schema change errors are surfaced here. |
| Filters | Create and manage filters that specify which records to include when configuring validators and segmentations. |
| Windows | Configure the batch size and aggregation period (global or tumbling) used for calculating and validating metrics. |
| Segmentations | Define segmentation fields to validate metrics per segment of your data, similar to a GROUP BY in SQL. |
| Incidents | Review incident groups on this source, assign ownership, and manage incident status. |
| Errors | View source errors such as polling failures, schema changes, missing fields, and segmentation limit violations. |
| Activity | View recent operations on the source, including polling, start/stop events, validator changes, and incident resolutions. |
Updated 16 days ago