DataHub v0.8.13
Release Highlights
- Support for aggregated statistics wrt the timeseries aspect. Moved usage stats functionality to use the new framework.
- Auto-ingest common data platforms on GMS boot! No more generic logos.
- Fixes re-ingestion of modified policies at startup
- Full changelog below
Breaking Changes
- Usage stats endpoint now uses the time-series aspect index in Elastic, meaning that statistics ingested previously will be lost. Please re-run usage ingestion (e.g. bigquery-usage / snowflake-usage) etc. to backfill your usage statistics history.
Changelog
- #3242 @rslanka fix(dataset profiles): compatibility with older indices.
- #3235 @gabe-lyons fix(glossary terms): some cosmetic fixes for glossary terms
- #3234 @jjoyce0510 fix(policies): Only ingest bootstrap policies on clean start
- #3207 @rslanka feat(Analytics): Support for Timeseries Aggregated Statistics
- #3160 @EnricoMi test(metadata-io): Improve speed of ElasticSearch tests
- #3232 @gabe-lyons fix(glossary terms): add glossary terms privilege to COMMON_ENTITY_PRIVILEGES
- #3230 @gabe-lyons fix(react): fix jitter on schema when adding description
- #3219 @chinmay-bhat feat(ingest): auto-ingest common data platforms on GMS boot
- #3229 @jjoyce0510 fix(upgrade): Check whether tables exist using findList
- #3213 @gabe-lyons feat(business glossary): Add support to add & remove glossary terms from the UI
- #3221 @dexter-mh-lee fix(oidc): add more oidc config
- #3223 @gabe-lyons fix(graphql): fix tag mapper
- #3224 @gabe-lyons fix(react): fix lineage button highlighting
- #3222 @gabe-lyons fix(react): add owner modal title
- #3216 @gabe-lyons fix(react): fix proxy for login route