Nested Fields in Glossary and Custom Properties Discussion

Original Slack Thread

hi team!! i have a question with the glosary, i would like to have nested fields:

source: DataHub
owners:
  users:
    - mjames
url: "<https://github.com/datahub-project/datahub/>"
nodes:
  - name: Order ManagementB
    description: A set of terms related to Order Management
    nodes:
      - name: Order
        description: A set of terms related to Order
        terms:
          - name: Order Number
            description: TBC
            domain: Sales
          - name: Order Type
            description: TBC
            domain: Sales
          - name: Order Type A
            description: TBC
            domain: Sales
          - name: Order Type B
            description: TBC
            domain: Sales
          - name: Order Delivery Management
            description: A set of terms related to Order delivery management
            terms:
              - name: Order Deliver to Address
                description: TBC
                domain: Sales
              - name: Order Sold to Address
                description: TBC
                domain: Sales
              - name: Order Ship to Address
                description: TBC
                domain: Sales
              - name: Order Hold Code
                description: TBC
                domain: Sales```
but when i add them to "Order Delivery Management" i receive this error:![attachment](https://files.slack.com/files-pri/TUMKD5EGJ-F06D3P6ANSG/image.png?t=xoxe-973659184562-6705490291811-6708051934148-dd1595bd5f63266bc09e6166373c7a3c)

only nodes section can have nodes and terms as children
you are trying to add children to terms

add a sub-node to Order and create terms for this sub-node

great!! thnks!!

<@U0445MUD81W> hi! another question, its not possible to add a custom propertie to a “father” term of the glosary? with the child i dont have problems but if i want to add to the father i receive an error

no, glossaryNodeInfo Aspects does not have custom properties in its schema
https://datahubproject.io/docs/generated/metamodel/entities/glossarynode/#glossarynodeinfo