Any plans for adding more aspects to the `dataPlat...
# advice-metadata-modeling
w
Any plans for adding more aspects to the
dataPlatformInstance
entity? https://github.com/datahub-project/datahub/blob/9c7d4bd465cc44284586cba0a2d497b6d6c9c646/metadata-models/src/main/resources/entity-registry.yml#L178
Copy code
- name: dataPlatformInstance
    category: internal
    keyAspect: dataPlatformInstanceKey
    aspects:
      - status
We would like to also publish metadata about Ownership and likely some docs (institutional memory). GlobalTags could be useful too. Also, not sure what’s the
category: internal
, is that preventing or limiting the ingestion somehow?
Any feedback here? Cc'ing @little-megabyte-1074 @mammoth-bear-12532
m
Hey @witty-butcher-82399 category internal is merely controlling the order of documentation generation.
No issues in extending the model
w
As suggested, I have extended the model in this PR https://github.com/datahub-project/datahub/pull/5728 Is there any kind of test I should add? Also, there is an error in the metadata-ingestion tests complaining about not matching a golden file for a mongodb test… it doesn’t look related to my updates. Thanks