witty-keyboard-20400
09/30/2021, 12:22 PMnamespace com.linkedin.metadata.key
@Aspect = {
"name": "dashboardKey",
}
record DashboardKey {
@Searchable = {
...
}
dashboardTool: string
dashboardId: string
}
The Urn representation of the Key shown above would be:
urn:li:dashboard:(<tool>,<id>)
Question: in the just above line, where is the 3rd component, i.e. dashboard
declared as a type in the Key Aspect dashboardKey
or entity definition itself?mammoth-bear-12532
DatasetSnapshot
model for example. This string name determines the urn structure: urn:li:entity_name:(key_parts)
is the overall pattern