What does Atlan crawl from Metabase?
Atlan crawls and maps the following assets and properties from Metabase.
danger
Currently Atlan only represents the assets marked with 🔀 in lineage.
Collections​
Atlan maps collections from Metabase to its MetabaseCollection
asset type.
Source property | Atlan property |
---|---|
name | name |
slug | metabaseSlug |
color | metabaseColor |
namespace | metabaseNamespace |
personal_owner_id | metabaseIsPersonalCollection |
Dashboards 🔀​
Atlan maps dashboards from Metabase to its MetabaseDashboard
asset type.
Source property | Atlan property |
---|---|
name | name |
collection | metabaseCollectionName |
created_at | sourceCreatedAt |
updated_at | sourceUpdatedAt |
last-edit-info | sourceUpdatedBy |
ordered_cards | metabaseQuestionCount |
collection (Official ) | certificateStatus (VERIFIED) |
Questions 🔀​
Atlan maps questions from Metabase to its MetabaseQuestion
asset type.
Source property | Atlan property |
---|---|
name | name |
collection | metabaseCollectionName |
created_at | sourceCreatedAt |
updated_at | sourceUpdatedAt |
last-edit-info | sourceUpdatedBy |
ordered_cards | metabaseDashboardCount |
query_type | metabaseQueryType |
query | metabaseQuery |
collection (Official ) | certificateStatus (VERIFIED) |
invalid non-native queries | certificateStatus (DEPRECATED) |