mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-17 18:46:25 +00:00
* Add `xx_ent_wiki_sm` multilanguage model constant * Improve `split_column_name` to separate values e.g: `transactionDateUtc` into `["transaction", "date", "utc"]` * Test cases for timestamps and NHS number * E2E broken test with Indian names * Implement subclasses for `NhsRecognizer` and `DateRecognizer` This is to improve accuracy of recognizers after changing the model