Superset¶
Base class for Superset 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 Superset assets in Atlan. For that, we would suggest starting with the manage Superset assets pattern.
classDiagram
direction RL
class Superset {
<<abstract>>
}
link Superset "../superset"
class BI {
<<abstract>>
}
link BI "../entities/bi"
BI <|-- Superset : 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 SupersetChart
link SupersetChart "../entities/supersetchart"
Superset <|-- SupersetChart : extends
class SupersetDataset
link SupersetDataset "../entities/supersetdataset"
Superset <|-- SupersetDataset : extends
class SupersetDashboard
link SupersetDashboard "../entities/supersetdashboard"
Superset <|-- SupersetDashboard : extends
Properties¶
These attributes are specific to instances of Superset
(and all of its subtypes).
supersetDashboardId ¶
Identifier of the dashboard in which this asset exists, in Superset.
supersetDashboardQualifiedName ¶
Unique name of the dashboard in which this asset exists.
Relationships¶
The following illustrates how the various Superset objects inter-relate with each other:
erDiagram
Connection ||..o{ SupersetDashboard : ""
SupersetDashboard ||--o{ SupersetChart : supersetCharts
SupersetDashboard ||--o{ SupersetDataset : supersetDatasets