Skip to content

Commit eef9759

Browse files
shirshankachriscollins3456
andauthoredDec 3, 2024··
feat(hudi): add hudi platform to the list of default platforms (#11993)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
1 parent 82774bb commit eef9759

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
 
73.4 KB
Loading

‎metadata-service/configuration/src/main/resources/bootstrap_mcps.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bootstrap:
1313
mcps_location: "bootstrap_mcps/root-user.yaml"
1414

1515
- name: data-platforms
16-
version: v1
16+
version: v2
1717
blocking: true
1818
async: false
1919
mcps_location: "bootstrap_mcps/data-platforms.yaml"

‎metadata-service/configuration/src/main/resources/bootstrap_mcps/data-platforms.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,16 @@
119119
displayName: Hive
120120
type: FILE_SYSTEM
121121
logoUrl: "/assets/platforms/hivelogo.png"
122+
- entityUrn: urn:li:dataPlatform:hudi
123+
entityType: dataPlatform
124+
aspectName: dataPlatformInfo
125+
changeType: UPSERT
126+
aspect:
127+
datasetNameDelimiter: "."
128+
name: hudi
129+
displayName: Hudi
130+
type: FILE_SYSTEM
131+
logoUrl: "/assets/platforms/hudilogo.png"
122132
- entityUrn: urn:li:dataPlatform:iceberg
123133
entityType: dataPlatform
124134
aspectName: dataPlatformInfo

0 commit comments

Comments
 (0)
Please sign in to comment.