Skip to content

Domo

These are the model elements in Atlan related to Domo.

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 Domo assets in Atlan. For that, we would suggest starting with either:

  • Snippets — small, atomic examples of single-step use cases.
  • Patterns — walkthroughs of common multi-step implementation patterns.
classDiagram
    direction RL
    class Domo {
        <<abstract>>
    }
    link Domo "../domo"
    class BI {
        <<abstract>>
    }
    link BI "../bi"
    BI <|-- Domo : extends
    class Catalog {
        <<abstract>>
    }
    link Catalog "../catalog"
    Catalog <|-- BI : extends
    class Asset {
        <<abstract>>
    }
    link Asset "../asset"
    Asset <|-- Catalog : extends
    class Referenceable {
        <<abstract>>
    }
    link Referenceable "../referenceable"
    Referenceable <|-- Asset : extends
    class DomoDataset
    link DomoDataset "../entities/domodataset"
    Domo <|-- DomoDataset : extends
    class DomoCard
    link DomoCard "../entities/domocard"
    Domo <|-- DomoCard : extends
    class DomoDatasetColumn
    link DomoDatasetColumn "../entities/domodatasetcolumn"
    Domo <|-- DomoDatasetColumn : extends
    class DomoDashboard
    link DomoDashboard "../entities/domodashboard"
    Domo <|-- DomoDashboard : extends

Properties

These attributes are specific to instances of Domo (and all of its subtypes).

domoId

Id of the Domo dataset.

domoOwnerId

Id of the owner of the Domo dataset.

Relationships

The following illustrates how the various pieces of Domo inter-relate with each other:

erDiagram
    DomoDataset ||--o{ DomoCard : domoCards
    DomoDataset ||--o{ DomoDatasetColumn : domoDatasetColumns
    DomoCard }o--o{ DomoDashboard : domoDashboards
    DomoDashboard |o--o{ DomoDashboard : domoDashboardChildren