Skip to content

Commit 771ab0d

Browse files
authored
feat: add posts to quickstart sample data (#10276)
1 parent 9193d18 commit 771ab0d

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed

metadata-ingestion/examples/mce_files/bootstrap_mce.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3612,5 +3612,86 @@
36123612
"contentType": "application/json"
36133613
},
36143614
"systemMetadata": null
3615+
},
3616+
{
3617+
"entityType": "post",
3618+
"entityUrn": "urn:li:post:f3a68539-f7e4-4c41-a4fd-9e57c085d8dd",
3619+
"changeType": "UPSERT",
3620+
"aspectName": "postInfo",
3621+
"aspect": {
3622+
"json": {
3623+
"type": "HOME_PAGE_ANNOUNCEMENT",
3624+
"content": {
3625+
"title": "Join DataHub Slack",
3626+
"type": "LINK",
3627+
"link": "https://datahubproject.io/slack?utm_source=quickstart&utm_medium=annoucement&utm_campaign=quickstart_annoucement",
3628+
"media": {
3629+
"type": "IMAGE",
3630+
"location": "https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/datahub-logo-color-mark.svg"
3631+
}
3632+
},
3633+
"created": 1712547125049,
3634+
"lastModified": 1712547125049
3635+
}
3636+
},
3637+
"systemMetadata": {
3638+
"lastObserved": 1712548844816,
3639+
"runId": "datahub-2024_04_08-13_00_44",
3640+
"lastRunId": "no-run-id-provided"
3641+
}
3642+
},
3643+
{
3644+
"entityType": "post",
3645+
"entityUrn": "urn:li:post:e9c7e4a5-b7b0-4390-bd94-9a0fe8acd6bf",
3646+
"changeType": "UPSERT",
3647+
"aspectName": "postInfo",
3648+
"aspect": {
3649+
"json": {
3650+
"type": "HOME_PAGE_ANNOUNCEMENT",
3651+
"content": {
3652+
"title": "View Docs",
3653+
"type": "LINK",
3654+
"link": "https://datahubproject.io/docs",
3655+
"media": {
3656+
"type": "IMAGE",
3657+
"location": "https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/datahub-logo-color-mark.svg"
3658+
}
3659+
},
3660+
"created": 1712547164761,
3661+
"lastModified": 1712547164761
3662+
}
3663+
},
3664+
"systemMetadata": {
3665+
"lastObserved": 1712548844816,
3666+
"runId": "datahub-2024_04_08-13_00_44",
3667+
"lastRunId": "no-run-id-provided"
3668+
}
3669+
},
3670+
{
3671+
"entityType": "post",
3672+
"entityUrn": "urn:li:post:326e42b3-2965-47d1-9660-50e513af7d6e",
3673+
"changeType": "UPSERT",
3674+
"aspectName": "postInfo",
3675+
"aspect": {
3676+
"json": {
3677+
"type": "HOME_PAGE_ANNOUNCEMENT",
3678+
"content": {
3679+
"title": "Upcoming Events",
3680+
"type": "LINK",
3681+
"link": "https://datahubproject.io/events",
3682+
"media": {
3683+
"type": "IMAGE",
3684+
"location": "https://datahubproject.io/img/acryl-logo-transparent-mark.svg"
3685+
}
3686+
},
3687+
"created": 1712547268882,
3688+
"lastModified": 1712547268882
3689+
}
3690+
},
3691+
"systemMetadata": {
3692+
"lastObserved": 1712548844817,
3693+
"runId": "datahub-2024_04_08-13_00_44",
3694+
"lastRunId": "no-run-id-provided"
3695+
}
36153696
}
36163697
]

0 commit comments

Comments
 (0)