Release Notes - Snowflake Data Validation CLI¶
Version 1.2.0 (January 2026)¶
What’s New¶
View Validation: Full support for validating database views alongside tables
Available only for SQL SERVER.
Configure views in a dedicated
views:section in your YAML configurationSupports all table configuration options including column selection, filtering, column mappings, and chunking
Override target database, schema, or view name with
target_database,target_schema, andtarget_nameoptionsViews are validated by creating temporary tables internally to materialize schema for comparison
Usage Example¶
Snowflake to Snowflake Validation: Full support for validating data between Snowflake instances.
Version 1.0.2 (December 2025)¶
What’s New¶
New Command:
column-partitioning-helper- Interactive helper to partition wide tables by columns for more efficient validation of tables with many columns
Changes¶
Command Renamed:
table-partitioning-helperhas been renamed torow-partitioning-helperfor improved clarity on its purpose
Version 1.0.1 (December 2025)¶
What’s New¶
This release introduces an enhancement to improve the CLI user experience whenaccessing help documentation.
Example¶
Documentation¶
For complete information about using the Snowflake Data Validation CLI, refer to:
Documentation Index - Start here for navigation to all documentation
CLI Usage Guide - Comprehensive CLI documentation
Quick Reference Guide - Fast lookup reference
Configuration Examples - Ready-to-use configuration examples
SQL Server Commands - SQL Server specific commands
Teradata Commands - Teradata specific commands
Redshift Commands - Redshift specific commands
Support¶
If you encounter any issues or have questions:
Documentation: Full Documentation
Issues: GitHub Issues