Skip to content

Anomalo model

Reference documentation

This is reference documentation covering the entire Atlan model. It is not the best place to start when trying to understand how to manage Anomalo assets.

These model elements all deal with Anomalo constructs.

classDiagram
    direction RL
    class Anomalo {
        <<abstract>>
    }
    class DataQuality {
        <<abstract>>
    }
    link DataQuality "../entities/dataquality"
    DataQuality <|-- Anomalo : extends
    class Catalog {
        <<abstract>>
    }
    link Catalog "../entities/catalog"
    Catalog <|-- DataQuality : extends
    class Asset {
        <<abstract>>
    }
    link Asset "../entities/asset"
    Asset <|-- Catalog : extends
    class Referenceable {
        <<abstract>>
    }
    link Referenceable "../entities/referenceable"
    Referenceable <|-- Asset : extends
    class AnomaloCheck
    link AnomaloCheck "../entities/anomalocheck"
    Anomalo <|-- AnomaloCheck : extends

Relationships

The following illustrates how the various Anomalo objects inter-relate with each other:

erDiagram
    Connection ||..o{ Asset : ""
    Asset ||--o{ AnomaloCheck : anomaloCheckAsset