Skip to main content

RELATIONAL_ASSET_DETAILS view

The RELATIONAL_ASSET_DETAILS view contains all assets in Atlan that pertain to relational databases and data warehouses, including databases, schemas, tables, views, columns, queries, materialised views, functions, and procedures.

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

Common columns

The RELATIONAL_ASSET_DETAILS view includes the following columns:

ColumnDescription
GUIDThe asset's globally-unique identifier
DATABASE_SCHEMASGUIDs for schemas that exist within this database
SCHEMA_DATABASE_NAMEDatabase in which this schema exists
SCHEMA_TABLESGUIDs for tables that exist within this schema
SCHEMA_VIEWSGUIDs for views that exist within this schema
SCHEMA_MATERIALISED_VIEWSGUIDs for materialised views that exist within this schema
SCHEMA_PROCEDURESGUIDs for stored procedures that exist within this schema
TABLE_COLUMN_COUNTNumber of columns that exist within this table
TABLE_ROW_COUNTNumber of rows in this table
TABLE_SIZE_BYTESSize of this table, in bytes
TABLE_QUERIESQueries that access this table
TABLE_TOTAL_READ_COUNTTotal count of all read operations at source
TABLE_RECENT_USERSList of usernames of the most recent users who read this table
TABLE_COLUMNSList of GUIDs of columns that exist within this table
VIEW_DEFINITIONSQL definition of this view
VIEW_QUERIESQueries that access this view
VIEW_TOTAL_READ_COUNTTotal count of all read operations at source
VIEW_RECENT_USERSList of usernames of the most recent users who read this view
VIEW_COLUMNSList of GUIDs of columns that exist within this view
COLUMN_TABLE_NAMETable in which this column exists
COLUMN_VIEW_NAMEView in which this column exists
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_TOTAL_READ_COUNTTotal count of all read operations at source
COLUMN_RECENT_USERSList of usernames of the most recent users who read this column
FUNCTION_LANGUAGELanguage of this function
FUNCTION_TYPEType of this function
FUNCTION_SCHEMASchema in which this function exists
FUNCTION_RETURN_TYPEData type of the value returned by the function
QUERY_RAW_QUERY_TEXTRaw query text
QUERY_PARENTCollection or folder in which this query exists
QUERY_TABLESList of GUIDs for tables this query accesses
QUERY_VIEWSList of GUIDs for views this query accesses
QUERY_COLUMNSList of GUIDs for columns this query accesses
MATERIALISED_VIEW_DEFINITIONDefinition of this materialized view
MATERIALISED_VIEW_COLUMNSList of GUIDs of columns that exist within this materialised view
PROCEDURE_SCHEMASchema in which this procedure exists
PROCEDURE_DEFINITIONDefinition of this procedure

For detailed information about these properties, refer to the Atlan metamodel reference.

See also