6 Commits

Author SHA1 Message Date
Imri Paran
be82086e25
MINOR: add column case sensitivity parameter (#18115)
* fix(data-quality): table diff

- added handling for case-insensitive columns
- added handling for different numeric types (int/float/Decimal)
- added handling of boolean test case parameters

* add migrations for table diff

* add migrations for table diff

* removed cross type diff for now. it appears to be flaky

* fixed migrations

* use casefold() instead of lower()

* - implemented utils.get_test_case_param_value
- fixed params for case sensitive column

* handle bool test case parameters

* format

* testing

* format

* list -> List

* list -> List

* - change caseSensitiveColumns default to fase
- added migration to stay backward compatible

* - removed migration files
- updated logging message for table diff migration

* changed bool test case parameters default to always be false

* format

* docs: data diff

- added the caseSensitiveColumns parameter

requires: https://github.com/open-metadata/OpenMetadata/pull/18115

* fixed test_get_bool_test_case_param
2024-10-15 16:29:43 +02:00
RounakDhillon
1c186133d8
Docs: Suite link correction (#18189)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2024-10-09 18:01:51 +05:30
RounakDhillon
3e5cc4d788
Docs: Data Quality link correction (#18183) 2024-10-09 17:14:08 +05:30
RounakDhillon
764b42f2e4
Docs: Seperating sections in data quality (#18142) 2024-10-07 16:56:47 +05:30
Imri Paran
194691b251
MINOR: add note about comparing across different connectors (#17984)
* add note about comparing across different connectors

* added to 1.6

* Update openmetadata-docs/content/v1.5.x/how-to-guides/data-quality-observability/quality/tests-yaml.md

* Update openmetadata-docs/content/v1.6.x-SNAPSHOT/how-to-guides/data-quality-observability/quality/tests-yaml.md

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-09-25 13:58:54 +02:00
Pere Miquel Brull
60ed221cf1
DOCS - Update Version Snapshots (#17589) 2024-08-27 14:41:12 +05:30