config/ecc/annotations/profit_centers.yaml (26 lines of code) (raw):
name: "{{ project_id_tgt }}.{{ dataset_reporting_tgt }}.profit_centers"
description: "This table is a comprehensive resource for understanding the profit center hierarchy. It maps each profit center to its ancestor nodes within the structure at the granularity of Client (System), setclass, subclass, hierarchy name, node, and profit center"
catalog_tags:
- display_name: "line_of_business"
fields:
- display_name: "group"
value: "Finance"
fields:
- name: "mandt"
description: "Client (Mandant), PK"
- name: "setclass"
description: "Set class, PK"
- name: "subclass"
description: "Organizational unit as set subclass, PK"
- name: "hiername"
description: "Hierarchy Name, PK"
- name: "node"
description: "Node Id (Includes both Hierarchy Node and profit centers), PK"
- name: "profitcenter"
description: "Profit Center, PK"
- name: "parent"
description: "Parent Node ID"
- name: "level"
description: "The Level at which a Particular Node exists. Note that Level 1 is root and Level 0 indicates leaf node."
- name: "isleafnode"
description: "Indicator: The leaf node in the Profit Center Hierarchy"