Highlights
Fixes bug in 0.8.39 that prevented standalone MAE consumers from being deployed.
User Experience
Support for deleting Tags and Domains via the UI
Support for editing Domain name via the UI
Visualize Glossary Term source on the Glossary Term Entity Page
Developer Experience
Fix for issue where standalone MAE consumers could not be deployed
Metadata Ingestion
Script to re-index sibling associations for dbt nodes that had already been ingested before 0.8.39
What's Changed
- feat(search) Allow users to update the number of search results per page by @chriscollins3456 in #5212
- feat(build): add base image for ingest by @anshbansal in #5243
- feat(ingest): working with multiple bigquery projects by @anshbansal in #5240
- fix(build): missing libs by @anshbansal in #5254
- fix(build): use correct creds by @anshbansal in #5261
- feat(ingest): redshift - Option to define path spec for Redshift lineage generation by @treff7es in #5256
- fix(ui): Enable previews properly when browsing for DataJob by @MikeSchlosser16 in #5250
- fix(docs): Fix acronym on mxe docs by @MikeSchlosser16 in #5249
- fix(ui): Support deleting references to glossary terms / nodes, users, assertions, and groups by @jjoyce0510 in #5248
- feat(docs) add links in quickstart for adding users by @pedro93 in #5267
- fix(siblings) Display sibling assertions in Validations tab by @chriscollins3456 in #5268
- Feat(domain) Add ability to edit a Domain name from the UI by @chriscollins3456 in #5266
- Delta lake base by @MugdhaHardikar-GSLab in #5259
- fix(siblings) Update the names of siblings utils args for readability by @chriscollins3456 in #5269
- docs(adopters): add showroomprive and n26 as DataHub adopters by @maggiehays in #5271
- feat(glossary) Add Source section to sidebar for Glossary Terms by @chriscollins3456 in #5262
- fix(delta-lake): fix dependency issue for snowflake due to s3_util by @MugdhaHardikar-GSLab in #5274
- fix(ingest): s3 - Remove unneeded methods from s3_util by @MugdhaHardikar-GSLab in #5276
- Selector recommendations in Owner, Tag and Domain Modal by @Ankit-Keshari-Vituity in #5197
- fix(security) Sanitize rich text before sending to backend or rendering on frontend by @chriscollins3456 in #5278
- feat(GraphQL): Support for Deleting Domains, Tags via GraphQL API by @jjoyce0510 in #5272
- feat(build): reduce build time for ingestion image by @anshbansal in #5225
- fix(ingestion): profiling - Fixing partitioned table profiling in BQ by @treff7es in #5283
- fix(ingest) redshift: Adding missing dependencies and relaxing sqlalchemy dependency by @treff7es in #5284
- fix(ingestion): Reverting sqlalchemy upgrade because it caused issues with mssql and redshift-usage by @treff7es in #5289
- fix(Siblings): Have sibling hook use entity client by @gabe-lyons in #5279
- Show message when related glossary terms are empty. by @Ankit-Keshari-Vituity in #5285
- docs(adopter): add Digital Turbine as DataHub adopter by @maggiehays in #5290
- Update schema-registry docker.env by @liyuhui666 in #5231
- feat(siblings): index sibling aspects for historical dbt metadata by @gabe-lyons in #5291
- feat(ui) Adding support for deleting Tags and Domains via the UI by @jjoyce0510 in #5280
Full Changelog: v0.8.39...v0.8.40