Commit eef9759 and authored Dec 3, 2024 · 38 / 43 · Verified
1 parent 82774bb commit eef9759 Copy full SHA for eef9759
File tree 3 files changed +11
-1
lines changed
datahub-web-react/src/images
metadata-service/configuration/src/main/resources
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ bootstrap:
13
13
mcps_location : " bootstrap_mcps/root-user.yaml"
14
14
15
15
- name : data-platforms
16
- version : v1
16
+ version : v2
17
17
blocking : true
18
18
async : false
19
19
mcps_location : " bootstrap_mcps/data-platforms.yaml"
Original file line number Diff line number Diff line change 119
119
displayName : Hive
120
120
type : FILE_SYSTEM
121
121
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"
122
132
- entityUrn : urn:li:dataPlatform:iceberg
123
133
entityType : dataPlatform
124
134
aspectName : dataPlatformInfo
You can’t perform that action at this time.
0 commit comments