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: datahub-graphql-core/src/main/java/com/linkedin/datahub/graphql/types/dataprocessinst/mappers/DataProcessInstanceMapper.java
Copy file name to clipboardExpand all lines: datahub-graphql-core/src/test/java/com/linkedin/datahub/graphql/types/dataprocessinst/mappers/DataProcessInstanceMapperTest.java
+4-3
Original file line number
Diff line number
Diff line change
@@ -80,9 +80,10 @@ public void testMapPlatformInstance() throws Exception {
Copy file name to clipboardExpand all lines: docs/how/updating-datahub.md
+2
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
20
20
21
21
### Breaking Changes
22
22
23
+
-#12408: The `platform` field in the DataPlatformInstance GraphQL type is removed. Clients need to retrieve the platform via the optional `dataPlatformInstance` field.
0 commit comments