fix(docs): Update docs to alert users to restore indices for their Glossary (#5082)

This commit is contained in:
Chris Collins 2022-06-03 15:52:51 -04:00 committed by GitHub
parent 4da3d132f8
commit 4120b12ab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,17 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
### Deprecations ### Deprecations
### Other notable Changes
## `v0.8.36`
### Breaking Changes
- In this release we introduce a brand new Business Glossary experience. With this new experience comes some new ways of indexing data in order to make viewing and traversing the different levels of your Glossary possible. Therefore, you will have to [restore your indices](https://datahubproject.io/docs/how/restore-indices/) in order for the new Glossary experience to work for users that already have existing Glossaries. If this is your first time using DataHub Glossaries, you're all set!
### Potential Downtime
### Deprecations
### Other notable Changes ### Other notable Changes
- #4961 Dropped profiling is not reported by default as that caused a lot of spurious logging in some cases. Set `profiling.report_dropped_profiles` to `True` if you want older behaviour. - #4961 Dropped profiling is not reported by default as that caused a lot of spurious logging in some cases. Set `profiling.report_dropped_profiles` to `True` if you want older behaviour.