mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-07 15:05:08 +00:00
docs(cloud): add documentation for Data Product side effect (#11948)
This commit is contained in:
parent
01fb64c531
commit
07033a7015
@ -88,6 +88,9 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
|
||||
### Other Notable Changes
|
||||
|
||||
- Downgrade to previous version is not automatically supported.
|
||||
- Data Product Properties Unset side effect introduced
|
||||
- Previously, Data Products could be set as linked to multiple Datasets if modified directly via the REST API rather than linked through the UI or GraphQL. This side effect aligns the REST API behavior with the GraphQL behavior by introducting a side effect that enforces the 1-to-1 constraint between Data Products and Datasets
|
||||
- NOTE: There is a pathological pattern of writes for Data Products that can introduce issues with write processing that can occur with this side effect. If you are constantly changing all of the Datasets associated with a Data Product back and forth between multiple Data Products it will result in a high volume of writes due to the need to unset previous associations.
|
||||
|
||||
## 0.14.0.2
|
||||
|
||||
|
@ -120,3 +120,6 @@ If you are using an older CLI/SDK version, then please upgrade it. This applies
|
||||
- (system / internal) Exclude form-prompt tests in live Metadata Tests evaluation
|
||||
- (system / internal) Exclude form-prompt tests in stored Metadata Test results
|
||||
- Elasticsearch reindex time limit of 8h removed
|
||||
- Data Product Properties Unset side effect introduced
|
||||
- Previously, Data Products could be set as linked to multiple Datasets if modified directly via the REST API rather than linked through the UI or GraphQL. This side effect aligns the REST API behavior with the GraphQL behavior by introducting a side effect that enforces the 1-to-1 constraint between Data Products and Datasets
|
||||
- NOTE: There is a pathological pattern of writes for Data Products that can introduce issues with write processing that can occur with this side effect. If you are constantly changing all of the Datasets associated with a Data Product back and forth between multiple Data Products it will result in a high volume of writes due to the need to unset previous associations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user