data-diff
data-diff copied to clipboard
Compare tables within or across databases
**Describe the bug** Your code doesn't include special characters in alphanum string. It worked fine if compare between tables in snowflake. But now I have this error when comparing mssql...
**Describe the bug** I am using windows 11 last version and have data-diff v0.10.1. I am doing data-diff using a conf file between two tables in one schema in one...
The `__main__.py` is blotted with a lot of CLI variables impacting readability and loose typing. So namespacing the CLI options under the class `CliOptions`.
Comparing a table with itself with joindiff in Clickhouse with the command: data-diff "clickhouse://clickhouse:Password1@localhost:9000/clickhouse" student student -k id -c deathdate -v Results in: 10:31:05 INFO [Clickhouse] Starting a threadpool, size=1....
Seems wrong date format when try to normalization clickhouse dates when compare with mysql ``` - 10404778, 2023-12-20 00:December:25., CANCELLED + 10404778, 2023-12-20 00:00:25.000000, CANCELLED ``` `value = f"formatDateTime({value}, '%Y-%m-%d...
**Describe the bug** The recent release changed the dependency of pydantic from "1.10.12" to ">=1.10.12". This is causing pipelines using data-diff to break, because of breaking changes with pydantic in...
Currently, data diff cannot use Spark. Most of my usage scenarios still use Hadoop storage and Spark engine. Will Spark be supported?
Uncomment [this line](https://github.com/datafold/data-diff/blob/c320cce0e00038c422bf8f48cccc48de5f61e811/pyproject.toml#L78). Probably there is a reason why this line is commented. Now I am installing this dependency myself.
**Describe the bug** I want to compare two materialized views built using DBT, but when I run `data-diff --dbt --select `, I get "New model or no access to prod...