mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-04 07:34:44 +00:00
docs(updating): add details on Unified Search & Browse experience (#8568)
Co-authored-by: Hyejin Yoon <0327jane@gmail.com>
This commit is contained in:
parent
d36166f6d8
commit
ab101bc49c
@ -10,7 +10,7 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
|
||||
|
||||
### Deprecations
|
||||
|
||||
### Other notable Changes
|
||||
### Other Notable Changes
|
||||
|
||||
## 0.10.5
|
||||
|
||||
@ -37,7 +37,14 @@ individually enable / disable desired field metrics.
|
||||
|
||||
- #8198: In the Python SDK, the `PlatformKey` class has been renamed to `ContainerKey`.
|
||||
|
||||
### Other notable Changes
|
||||
### Other Notable Changes
|
||||
|
||||
0.10.5 introduces the new Unified Search & Browse experience and is disabled by default. You can control whether or not you want to see just the new search filtering experience, the new search and browse experience together, or keep the existing search and browse experiences by toggling the two environment variable feature flags `SHOW_SEARCH_FILTERS_V2` and `SHOW_BROWSE_V2` in your GMS container.
|
||||
|
||||
**Upgrade Considerations:**
|
||||
|
||||
- With the release of Browse V2, we have created a job to run in GMS that will backfill your existing data with new `browsePathsV2` aspects. This job loops over entity types that need a `browsePathsV2` aspect (Dataset, Dashboard, Chart, DataJob, DataFlow, MLModel, MLModelGroup, MLFeatureTable, and MLFeature) and generates one for them. For entities that may have Container parents (Datasets and Dashboards) we will try to fetch their parent containers in order to generate this new aspect. For those deployments with large amounts of data, consider whether running this upgrade job makes sense as it may be a heavy operation and take some time to complete. If you wish to skip this job, simply set the `BACKFILL_BROWSE_PATHS_V2` environment variable flag to `false` in your GMS container. Without this backfill job, though, you will need to rely on the newest CLI of ingestion to create these `browsePathsV2` aspects when running ingestion otherwise your browse sidebar will be out-of-sync.
|
||||
- Since the new browse experience replaces the old, consider whether having the `SHOW_BROWSE_V2` environment variable feature flag on is the right decision for your organization. If you’re creating custom browse paths with the `browsePaths` aspect, you can continue to do the same with the new experience, however you will have to generate `browsePathsV2` aspects instead which are documented [here](https://datahubproject.io/docs/browsev2/browse-paths-v2/).
|
||||
|
||||
## 0.10.4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user