Skip to content

Dataverse

Base class for Dataverse assets.

Complete reference

This is a complete reference for the Dataverse object in Atlan, showing every possible property and relationship that can exist for these objects. For an introduction, you probably want to start with:

  • Snippets — small, atomic examples of single-step use cases.
  • Patterns — walkthroughs of common multi-step implementation patterns.

Dataverse inherits its attributes and relationships from these other types:

classDiagram
    direction RL
    class Dataverse {
        <<abstract>>
    }
    link Dataverse "../dataverse"
    class SaaS {
        <<abstract>>
    }
    link SaaS "../entities/saas"
    SaaS <|-- Dataverse : extends
    class Catalog {
        <<abstract>>
    }
    link Catalog "../entities/catalog"
    Catalog <|-- SaaS : extends
    class Asset {
        <<abstract>>
    }
    link Asset "../entities/asset"
    Asset <|-- Catalog : extends
    class Referenceable {
        <<abstract>>
    }
    link Referenceable "../entities/referenceable"
    Referenceable <|-- Asset : extends
    class DataverseEntity
    link DataverseEntity "../entities/dataverseentity"
    Dataverse <|-- DataverseEntity : extends
    class DataverseAttribute
    link DataverseAttribute "../entities/dataverseattribute"
    Dataverse <|-- DataverseAttribute : extends

Properties

These attributes are specific to instances of Dataverse (and all of its subtypes).

dataverseIsCustom

Indicator if this asset(DataverseEntity and everything under it's hierarchy) is custom built.

dataverseIsCustomizable

Indicator if this asset(DataverseEntity and everything under it's hierarchy) is customizable.

dataverseIsAuditEnabled

Indicator if this asset(DataverseEntity and everything under it's hierarchy) has auditing enabled.

Relationships

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

erDiagram
    Connection ||..o{ DataverseEntity : ""
    DataverseEntity ||--o{ DataverseAttribute : dataverseattribute