Skip to main content
The Compare Table Values test component lets you verify that the data in a specified table matches another table. It checks that all expected columns exist in the target table with matching data types (additional table columns are allowed), then compares all rows against the expected dataset. Any differences are written to another table.
This component is only available in Tests.

Properties

string
required
A human-readable name for the component.
drop-down
required
The Snowflake database. The special value [Environment Default] uses the database defined in the environment. Read Databases, Tables and Views - Overview to learn more.
drop-down
required
The Snowflake schema. The special value [Environment Default] uses the schema defined in the environment. Read Database, Schema, and Share DDL to learn more.
drop-down
required
Select the table whose values you want to verify.
drop-down
required
The Snowflake database that contains the expected table to verify against. The special value [Environment Default] uses the database defined in the environment. Read Database, Schema, and Share DDL to learn more.
drop-down
required
The Snowflake schema that contains the expected table to verify against. The special value [Environment Default] uses the schema defined in the environment. Read Database, Schema, and Share DDL to learn more.
drop-down
required
Select the table containing the values you want to verify against.