Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Ability to install all database adapters. #842

Merged
merged 17 commits into from
Jan 9, 2024
Merged
Prev Previous commit
Next Next commit
update readme
Signed-off-by: Sarad Mohanan <sarad.mohanan@gmail.com>
  • Loading branch information
sar009 committed Jan 8, 2024
commit 92f26cf941ee45198752a848d25d221910944b2a
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Additionally, you can install all database adapters as follows.
pip install data-diff 'data-diff[all-local-dbs]' -U
```

Run `data-diff` with connection URIs. In the following example, we compare tables between PostgreSQL and Snowflake using the hashdiff algorithm:
2. Run `data-diff` with connection URIs

Then, we compare tables between PostgreSQL and Snowflake using the hashdiff algorithm:
Expand Down