Choose a tool to get started
Data Compare Agent
Cross-database validation across Oracle, Snowflake, Redshift, Postgres, MySQL, SQL Server & BigQuery. Schema, count, PK distribution & hash comparison strategies.
Drift Monitor
Database-connected drift detection with KL divergence, PSI, equal-frequency binning. Compare baseline and current distributions across selected columns and time windows.
Upload a CSV or Excel file with table mappings for batch comparison.
Comparison Final Result
Pick a dataset and sample size for a random profile sample.
Nulls, uniqueness, distributions, and profile notes by column.
Dataset summary, columns, and quality flags as JSON.
☷ Data Source for Drift Analysis (Optional)
Provide a data source to enable data-aware drift analysis. The training date above auto-suggests baseline/detection windows.
⚙ Advanced Tuning (Optional)
View sample connection file formats
{
"type": "snowflake",
"account": "xy12345.us-east-1",
"user": "analytics_user",
"password": "********",
"database": "PROD_DB",
"schema": "PUBLIC",
"warehouse": "COMPUTE_WH",
"role": "ANALYST_ROLE"
}
type: redshift host: my-cluster.abc.us-east-1.redshift.amazonaws.com port: 5439 database: analytics user: admin password: "********" # Optional: iam_role, region
Snowflake: type, account, user, password, database, warehouse
Redshift: type, host, port, database, user, password
PostgreSQL / MySQL: type, host, port, database, user, password
Oracle: type, host, port, service_name, user, password
SQL Server: type, host, port, database, user, password
BigQuery: type, project, dataset, credentials_path
▦ Raw Data Worksheet
Expand
Inspect familiar raw rows from the active dataset and compare them with the drift metrics above.
All columns selected
Rolling Drift Analysis
Expand
Split your data by a date column into time windows and track how drift evolves over time. Rolling analysis uses the current dataset. The first window in the selected rolling range is used as the baseline; each subsequent window is compared against it.