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
Type-specific properties¶
Following are the properties uniquely available on Metabase
assets in Atlan.
metabaseCollectionName
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
metabaseCollectionName
for aMetabase
. -
Retrieve the
metabaseCollectionName
from aMetabase
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
metabaseCollectionName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
metabaseCollectionName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
metabaseCollectionQualifiedName
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
metabaseCollectionQualifiedName
for aMetabase
. -
Retrieve the
metabaseCollectionQualifiedName
from aMetabase
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
metabaseCollectionQualifiedName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
metabaseCollectionQualifiedName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
metabase_collection_name
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
metabase_collection_name
for aMetabase
. -
Retrieve the
metabase_collection_name
from aMetabase
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
metabase_collection_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
metabase_collection_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
metabase_collection_qualified_name
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
metabase_collection_qualified_name
for aMetabase
. -
Retrieve the
metabase_collection_qualified_name
from aMetabase
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
metabase_collection_qualified_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
metabase_collection_qualified_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
metabaseCollectionName
TBC | |
---|---|
1 2 3 4 5 |
|
-
Set the
metabaseCollectionName
for aMetabase
.For more details
For more information, see the asset CRUD snippets.
metabaseCollectionQualifiedName
TBC | |
---|---|
1 2 3 4 5 |
|
-
Set the
metabaseCollectionQualifiedName
for aMetabase
.For more details
For more information, see the asset CRUD snippets.
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