Hi team, I’m working on creating a new EntityType ...
# troubleshoot
b
Hi team, I’m working on creating a new EntityType and a custom Platform. I’ve successfully ingested the new EntityType with the custom Platform. The Platform is showing up in the new entity’s breadcrumbs and search results, but the Platform tile is not appearing on the Home Page’s Platform section. Anyone has any clue how to fix it?
b
You need to ingest a new data platform. There is a json file in examples that lists all the platforms in datahub, you need to ingest your platform as well.
b
Yup, I actually did that already. The icon is appearing in the Recently Viewed and Most Popular sections.
g
Hmm- @early-lamp-41924 do you remember what is needed to make the platform appear?
e
That is weird. If the card is showing up, it means there is a logo for it.
do you mind inspecting network calls
to find the graphql request for home.page recs?
b
Here’s the payload sent in the network calls
g
Can you also share the response @brave-insurance-80044?
b
Here you go!
Hey team, apologies - I think I’ve resolved it. It was a missing
DataPlatformInstance
import on the custom entity’s aspect PDL.
g
Oh! Nice
e
ah awesome!!!