Metabase¶
Base class for Metabase 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 Metabase assets in Atlan. For that, we would suggest starting with either:
classDiagram
direction RL
class Metabase {
<<abstract>>
}
link Metabase "../metabase"
class BI {
<<abstract>>
}
link BI "../entities/bi"
BI <|-- Metabase : extends
class Catalog {
<<abstract>>
}
link Catalog "../entities/catalog"
Catalog <|-- BI : extends
class Asset {
<<abstract>>
}
link Asset "../entities/asset"
Asset <|-- Catalog : extends
class Referenceable {
<<abstract>>
}
link Referenceable "../entities/referenceable"
Referenceable <|-- Asset : extends
class MetabaseQuestion
link MetabaseQuestion "../entities/metabasequestion"
Metabase <|-- MetabaseQuestion : extends
class MetabaseCollection
link MetabaseCollection "../entities/metabasecollection"
Metabase <|-- MetabaseCollection : extends
class MetabaseDashboard
link MetabaseDashboard "../entities/metabasedashboard"
Metabase <|-- MetabaseDashboard : extends
Properties¶
These attributes are specific to instances of Metabase
(and all of its subtypes).
metabaseCollectionName ¶
Simple name of the Metabase collection in which this asset exists.
metabaseCollectionQualifiedName ¶
Unique name of the Metabase collection in which this asset exists.
Relationships¶
The following illustrates how the various Metabase objects inter-relate with each other:
erDiagram
Connection ||..o{ MetabaseCollection : ""
MetabaseCollection |o--o{ MetabaseDashboard : metabaseDashboards
MetabaseCollection |o--o{ MetabaseQuestion : metabaseQuestions
MetabaseDashboard }o--o{ MetabaseQuestion : metabaseQuestions