Hey team quick question, I was looking at the enti...
# troubleshoot
b
Hey team quick question, I was looking at the entity-registry.yaml and noticed that entities listed there don't appear to have all of their potential aspects. For example, the dataset entity lists following aspects in the entity-registry.yaml:
Copy code
- name: dataset
    doc: Datasets represent logical or physical data assets stored or represented in various data platforms. Tables, Views, Streams are all instances of datasets.
    category: core
    keyAspect: datasetKey
    aspects:
      - viewProperties
      - subTypes
      - datasetProfile
      - datasetUsageStatistics
      - operation
      - domains
      - schemaMetadata
      - status
      - container
      - deprecation
      - testResults
But looking in the PDL files and mysql I know dataset entities can also have an upstreamLineage aspect for example. I'm wondering why some aspects get listed in the entity-registry yaml and osters do not and why? Thanks!