This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.
Specify table filters and include/exclude columns #518
Closed
Description
I don't always want or need to diff every row + column in a model -- also, with larger tables I would like some way to increase the performance of data-diff --dbt
.
Add support for:
- Table filters https://docs.datafold.com/guides/dbt_advanced_configs#filter-tables
- Specifying columns https://docs.datafold.com/guides/dbt_advanced_configs#filter-tables
This will also increase parity between open source data-diff and Datafold's cloud product.