Skip to content

Commit

Permalink
docs(release): Update updating-datahub.md for 0.10.5 release (#8557)
Browse files Browse the repository at this point in the history
Co-authored-by: david-leifker <[email protected]>
  • Loading branch information
iprentic and david-leifker authored Aug 3, 2023
1 parent 6fc1f98 commit 037ae14
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/how/updating-datahub.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ This file documents any backwards-incompatible changes in DataHub and assists pe

### Breaking Changes

### Potential Downtime

### Deprecations

### Other notable Changes

## 0.10.5

### Breaking Changes

- #8201: Python SDK: In the DataFlow class, the `cluster` argument is deprecated in favor of `env`.
- #8263: Okta source config option `okta_profile_to_username_attr` default changed from `login` to `email`.
This determines which Okta profile attribute is used for the corresponding DataHub user
Expand All @@ -19,6 +29,10 @@ individually enable / disable desired field metrics.

### Potential Downtime

- BrowsePathsV2 upgrade will now be handled by the `system-update` job in non-blocking mode. This process generates data needed for the new search
and browse feature. This process must complete before enabling the new search and browse UI and while upgrading entities will be missing from the UI.
If not using the new search and browse UI, there will be no impact and the update will complete in the background.

### Deprecations

- #8198: In the Python SDK, the `PlatformKey` class has been renamed to `ContainerKey`.
Expand Down

0 comments on commit 037ae14

Please sign in to comment.