
Dataset
Data connection
Pick your data connection(s).Diff type
Choose how you want to compare your data:- Table: Select this to compare data directly from database tables
- Query: Use this to compare results from specific SQL queries
Dataset
Choose the dataset you want to compare, Main and Test. This can be a table or a view in your relational database.Time travel point
If your database supports time travel, like Snowflake, you can query data at a specified timestamp. This is useful for tracking changes over time, conducting audits, or correcting mistakes from accidental data modifications. You can adjust the database’s session parameters as needed for your query. Supported time travel expressions:
Timestamp examples:
2024-01-012024-01-01 10:04:232024-01-01 10:04:23-09:002024-07-16T10:04:23+05:00
1303600
Filter
Insert your filter clause after theWHERE keyword to refine your dataset. For example: created_at >'2000-01-01 will only include data created after January 1, 2000.
Column remapping
When columns are the same data type but are named differently, column remapping allows you to align and compare them. This is useful when datasets have semantically identical columns with different names, such asuserID and user_id. Datafold will surface any differences under the column name used in the Main dataset.
