You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/how/updating-datahub.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,11 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
31
31
## 0.15.0
32
32
33
33
- OpenAPI Update: PIT Keep Alive parameter added to scroll endpoints. NOTE: This parameter requires the `pointInTimeCreationEnabled` feature flag to be enabled and the `elasticSearch.implementation` configuration to be `elasticsearch`. This feature is not supported for OpenSearch at this time and the parameter will not be respected without both of these set.
34
-
- OpenAPI Update 2: Previously there was an incorrectly marked parameter named `sort` on the generic list entities endpoint for v3. This parameter is deprecated and only supports a single string value while the documentation indicates it supports a list of strings. This documentation error has been fixed and the correct field, `sortCriteria`, is now documented which supports a list of strings.
34
+
- OpenAPI Update 2: Previously there was an incorrectly marked parameter named `sort` on the generic list entities endpoint for v3. This parameter is deprecated and only supports a single string value while the documentation indicates it supports a list of strings. This documentation error has been fixed and the correct field, `sortCriteria`, is now documented which supports a list of strings.
35
+
36
+
### Known Issues
37
+
38
+
- Persistence Exception: No Rows Updated may occur if a transaction does not change any aspect's data.
Copy file name to clipboardexpand all lines: docs/managed-datahub/release-notes/v_0_3_7.md
+2
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ If you are using an older CLI/SDK version, then please upgrade it. This applies
13
13
14
14
## Known Issues
15
15
16
+
- Persistence Exception: No Rows Updated may occur if a transaction does not change any aspect's data.
17
+
16
18
### v0.3.7.8
17
19
* Notes Feature
18
20
* Adding a Note to an entity will result in that note showing up in the Settings > Home Page list of announcements as well as the profile page of the entity.
Copy file name to clipboardexpand all lines: docs/managed-datahub/release-notes/v_0_3_8.md
+1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Recommended CLI/SDK
12
12
## Known Issues
13
13
14
14
- Async APIs - DataHub's asynchronous APIs perform only basic schema validation when receiving MCP requests, similar to direct production to MCP Kafka topics. While requests must conform to the MCP schema to be accepted, actual processing happens later in the pipeline. Any processing failures that occur after the initial acceptance are captured in the Failed MCP topic, but these failures are not immediately surfaced to the API caller since they happen asynchronously.
15
+
- Persistence Exception: No Rows Updated may occur if a transaction does not change any aspect's data.
0 commit comments