Skip to main content

DATA_MESH_DETAILS table

The DATA_MESH_DETAILS table consolidates metadata for DataDomain and DataProduct assets under the Data Mesh supertype.

For complete entity type definitions and properties, refer to the Atlan Developer documentation.

Columns

The DATA_MESH_DETAILS table includes the following columns:

ColumnDescription
guidThe asset's globally-unique identifier
asset_typeType of Data Mesh asset (DataDomain or DataProduct)
statusThe asset's status (for example, ACTIVE, DELETED)
data_productsList of GUIDs for data products that exist within this data domain
parent_domainGUID of the parent data domain in which this sub-data domain exists
stakeholdersList of GUIDs of stakeholders assigned to the data domain
subdomainsList of GUIDs of sub-data domains that exist within this data domain
data_product_statusStatus of this data product
criticalityCriticality of this data product
sensitivitySensitivity of this data product
visibilityVisibility of this data product
input_port_guidsList of GUIDs for input ports of this data product
output_port_guidsList of GUIDs for output ports of this data product
data_domainGUID of the data domain in which this data product exists
assets_dslSearch DSL used to define which assets are part of this data product
assets_playbook_filterPlaybook filter used to define which assets are part of this data product

See also