hey everyone, could you please assist in understa...
# ingestion
b
hey everyone, could you please assist in understanding dashboards <> containers as I see here (and several other places as well), dashboard entity has a container aspect, however when looking here I don't see Container as a supported aspect. I am writing a custom ingestion source for Qlik Sense where I map so-called Streams and Apps to containers. Streams are basically collections of Apps and Apps contain so-called Sheets (mapped as Dashboards), datasets, charts and Load Scripts (mapped as DataFlows). I would like to be able to see all of the entities that are part of one App in the respective container's entity list, which I currently cannot. Thanks in advance for any help provided datahub
P.S. I would like to do the same for DataFlows (DataJobs)
h
Hi @blue-boots-43993 container aspect is attached to dashboard entity here - https://github.com/datahub-project/datahub/blob/master/metadata-models/src/main/resources/entity-registry.yml#L66 The entity registry is the newer way of definining aspects for entity.
b
hey @hundreds-photographer-13496, thanks!. However, when I try to emit a DashboardSnapshot with ContainerClass as one of the aspects I get schema violation errors
actually, it only throws an error when I try to emit it as a DashboardSnapshot.....now that I tried with MCPW it worked. Thanks!