mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-25 09:00:50 +00:00
feat(homepage): ingest your subscriptions and domains module in the default template (#13993)
Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
This commit is contained in:
parent
1ac5d45e2d
commit
c6a1b402d8
@ -44,13 +44,13 @@ bootstrap:
|
||||
mcps_location: "bootstrap_mcps/roles.yaml"
|
||||
|
||||
- name: page-modules
|
||||
version: v1
|
||||
version: v2
|
||||
blocking: true
|
||||
async: false
|
||||
mcps_location: "bootstrap_mcps/page-modules.yaml"
|
||||
|
||||
- name: page-templates
|
||||
version: v1
|
||||
version: v2
|
||||
blocking: true
|
||||
async: false
|
||||
mcps_location: "bootstrap_mcps/page-templates.yaml"
|
||||
|
@ -13,3 +13,27 @@
|
||||
params: {}
|
||||
created: {{&auditStamp}}
|
||||
lastModified: {{&auditStamp}}
|
||||
- entityUrn: urn:li:dataHubPageModule:your_subscriptions
|
||||
entityType: dataHubPageModule
|
||||
aspectName: dataHubPageModuleProperties
|
||||
changeType: UPSERT
|
||||
aspect:
|
||||
name: "Your Subscriptions"
|
||||
type: SUBSCRIBED_ASSETS
|
||||
visibility:
|
||||
scope: GLOBAL
|
||||
params: {}
|
||||
created: {{&auditStamp}}
|
||||
lastModified: {{&auditStamp}}
|
||||
- entityUrn: urn:li:dataHubPageModule:top_domains
|
||||
entityType: dataHubPageModule
|
||||
aspectName: dataHubPageModuleProperties
|
||||
changeType: UPSERT
|
||||
aspect:
|
||||
name: "Domains"
|
||||
type: DOMAINS
|
||||
visibility:
|
||||
scope: GLOBAL
|
||||
params: {}
|
||||
created: {{&auditStamp}}
|
||||
lastModified: {{&auditStamp}}
|
@ -9,6 +9,9 @@
|
||||
rows:
|
||||
- modules:
|
||||
- "urn:li:dataHubPageModule:your_assets"
|
||||
- "urn:li:dataHubPageModule:your_subscriptions"
|
||||
- modules:
|
||||
- "urn:li:dataHubPageModule:top_domains"
|
||||
surface:
|
||||
surfaceType: HOME_PAGE
|
||||
visibility:
|
||||
|
Loading…
x
Reference in New Issue
Block a user