This repository was archived by the owner on May 17, 2024. It is now read-only.
Tags: datafold/data-diff
Toggle v0.11.1's commit message
Merge pull request #867 from datafold/soft-bind-dependencies
Loosen the restrictions of dependencies versions: >= instead of ^ and =
Toggle v0.11.0's commit message
Evolve dbt data diff output (#857)
* 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 <sung@datafold.com>
Co-authored-by: sungchun12 <sungchun12@users.noreply.github.com>
Co-authored-by: Dan Lawin <daniel@datafold.com>