mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-30 12:49:58 +00:00

* feat: add backend support for custom metrics * feat: fix python test * feat: support custom metrics computation * feat: updated tests for custom metrics * feat: added dl support for min max of datetime * feat: added is safe query check for query sampler * feat: added support for custom metric computation in dl * feat: added explicit addProper for pydantic model import fo Extra * feat: added custom metric to returned obj * feat: wrapped trino import in __init__ * feat: fix python linting * feat: fix typing in 3.8
165 B
165 B
1 | id | first_name | last_name | city | country | birthdate | age |
---|---|---|---|---|---|---|---|
2 | 1 | John | Doe | Los Angeles | US | 1980-01-01 | 40 |
3 | 2 | Jane | Doe | Los Angeles | US | 2000-12-31 | 39 |
4 | 3 | Jane | Smith | Paris | 2001-11-11 | 28 |