Hi all! When I look at `DashboardInfo.pdl` (<https...
# ingestion
b
Hi all! When I look at
DashboardInfo.pdl
(https://github.com/linkedin/datahub/tree/master/metadata-models/src/main/pegasus/com/linkedin/dashboard) I see coverage for the metadata elements • Title • Description • Last modified • Last reloaded + a few more. And I guess owner is a common element for all entities in DataHub. But there seems to be no Dashboard aspect for misc properties and there can be quite a few ot those from my experience with Qlik apps. Is the possibility to add misc properties (name - value pairs) for Dashboards something that anyone would feel was useful? Or did I miss anything?
👋 1
h
So do you want to add your own “custom” key-values, or extend the existing DashboardInfo aspect with a set of Qlik specific key-values? If the former, one idea might be to add
customProperties
like the in the DatasetProperties to the DashboardInfo aspect.
b
Yeah - I think we do want to support this, just don't think DashboardProperties made it in the initial pass... Should be a relatively straightforward addition!
b
Thanks for your feedback @high-hospital-85984 and @big-carpet-38439. Yes, DashboardProperties as in being able to add custom properties to Dashboards. Just like for Datasets.
b
Would you be interested in contributing this @busy-accountant-26554?
b
Yeah, I can say that this is something we probably need to solve for.
w
I'll take a stab at it.