Skip to content

Google Data Studio model

Base class for Google Data Studio assets.

Reference documentation

This is reference documentation covering the entire Atlan model. It is not the best place to start when trying to understand managing Data Studio assets in Atlan. For that, we would suggest starting with the manage Google Data Studio assets pattern.

classDiagram
    direction RL
    class DataStudio {
        <<abstract>>
    }
    link DataStudio "../entities/datastudio"
    class Google {
        <<abstract>>
    }
    link Google "../google"
    Google <|-- DataStudio : extends
    class Cloud {
        <<abstract>>
    }
    link Cloud "../entities/cloud"
    Cloud <|-- Google : extends
    class Asset {
        <<abstract>>
    }
    link Asset "../entities/asset"
    Asset <|-- Cloud : extends
    class Referenceable {
        <<abstract>>
    }
    link Referenceable "../entities/referenceable"
    Referenceable <|-- Asset : extends
    class BI {
        <<abstract>>
    }
    link BI "../entities/bi"
    BI <|-- DataStudio : extends
    class Catalog {
        <<abstract>>
    }
    link Catalog "../entities/catalog"
    Catalog <|-- BI : extends
    Asset <|-- Catalog : extends
    class DataStudioAsset
    link DataStudioAsset "../entities/datastudioasset"
    DataStudio <|-- DataStudioAsset : extends

Relationships

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

erDiagram
    Connection ||..o{ DataStudioAsset : ""