This repository has been archived by the owner on May 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first draft * style fixes by ruff * past tense consistency * working draft of new table * style fixes by ruff * dbt diffs work, cloud broken for now * remove cached git repos * efficient naming * add type changed count * reorder for priority on prod changes * tabulate value diffs * style fixes by ruff * less horizontal space needed * leo's feedback * center align values * consistent formatting * shorter name same meaning * row counts and diff values working * deps impacts works now * default val * more readable * add primary key used * add model specific CI configs * consistency * conditional headers * style fixes by ruff * cleaner implementation * more cleaning * consistent format * fix unchanged calc * remove prints * default value * draft up tests * a couple more tests * new version * passing tests * style fixes by ruff * util unit test * add unit tests * test the templates * fix type hints * real test no mocking * update tests with all the new outputs * add more validations for mock * fix json bug --------- Co-authored-by: Sung Won Chung <[email protected]> Co-authored-by: sungchun12 <[email protected]> Co-authored-by: Dan Lawin <[email protected]>
- Loading branch information
1 parent
d4ca0e6
commit cac665b
Showing
11 changed files
with
304 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.10.1" | ||
__version__ = "0.11.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "data-diff" | ||
version = "0.10.1" | ||
version = "0.11.0" | ||
description = "Command-line tool and Python library to efficiently diff rows across two different databases." | ||
authors = ["Datafold <[email protected]>"] | ||
license = "MIT" | ||
|
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.