Skip to main content

RELATIONAL_ASSET_DETAILS table

The RELATIONAL_ASSET_DETAILS table is a unified relational asset view that consolidates metadata for databases, schemas, tables, views, columns, queries, materialized views, functions, and procedures into a single registry with domain-specific attributes.

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

Columns

The RELATIONAL_ASSET_DETAILS table includes the following columns:

ColumnDescription
guidThe asset's globally-unique identifier
asset_typeThe type of asset (for example, Database, Schema, Table, View, Column)
statusThe asset's status (for example, ACTIVE, DELETED)
database_nameName of the database this asset belongs to
database_qualified_nameFully-qualified name of the database this asset belongs to
database_schemasGUIDs for schemas that exist within this database
schema_nameName of the schema this asset belongs to
schema_qualified_nameFully-qualified name of the schema this asset belongs to
source_read_query_costTotal cost of read queries at source
source_total_costTotal cost of all operations at source
source_cost_unitThe unit of measure for cost at source (for example, credits)
column_datatypeData type of this column
column_is_nullableWhether or not the values in this column can be null
column_queriesQueries that access this column
column_recent_usersList of usernames of the most recent users who read this column
column_table_nameTable in which this column exists
column_total_read_countTotal count of all read operations at source
column_view_nameView in which this column exists
function_languageLanguage of this function
function_return_typeData type of the value returned by the function
function_schemaSchema in which this function exists
function_typeType of this function
materialised_view_columnsList of GUIDs of columns that exist within this materialised view
materialised_view_definitionDefinition of this materialized view
procedure_definitionDefinition of this procedure
query_columnsList of GUIDs for columns this query accesses
query_parentCollection or folder in which this query exists
query_raw_query_textRaw query text
query_tablesList of GUIDs for tables this query accesses
query_viewsList of GUIDs for views this query accesses
schema_materialised_viewsGUIDs for materialised views that exist within this schema
schema_proceduresGUIDs for stored procedures that exist within this schema
schema_tablesGUIDs for tables that exist within this schema
schema_viewsGUIDs for views that exist within this schema
table_columnsList of GUIDs of columns that exist within this table
table_column_countNumber of columns that exist within this table
table_queriesQueries that access this table
table_recent_usersList of usernames of the most recent users who read this table
table_row_countNumber of rows in this table
table_size_bytesSize of this table, in bytes
table_total_read_countTotal count of all read operations at source
view_columnsList of GUIDs of columns that exist within this view
view_definitionSQL definition of this view
view_queriesQueries that access this view
view_recent_usersList of usernames of the most recent users who read this view
view_total_read_countTotal count of all read operations at source

See also