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¶
# Views are configured similarly to tables
views:
- fully_qualified_name: INVENTORY.dbo.INTEGRATION_TEST_VIEW_1
target_name: INTEGRATION_TEST_VIEW_1
use_column_selection_as_exclude_list: false
column_selection_list: []
index_column_list: [ORDERID]
target_index_column_list: [ORDERID]
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¶
# These commands no longer create log files
sdv --help
sdv sqlserver --help
sdv sqlserver run-validation --help
# These commands still create log files normally
sdv sqlserver run-validation --data-validation-config-file config.yaml
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