Skip to main content

What does Atlan crawl from Teradata?

Atlan extracts metadata for Schemas, Tables, Views, and Columns from Teradata and maps each property to its internal asset model. The tables below list which Teradata properties are read and how they appear on the corresponding Atlan asset.

Schemas

Atlan maps schemas from Teradata to its Schema asset type.

Source propertyAtlan property
dbc.databases.DatabaseNamename
TABLE_COUNTtableCount
VIEW_COUNTviewsCount
dbc.databases.CreatorNamesourceCreatedBy
dbc.databases.CreateTimeStampsourceCreatedAt
dbc.databases.LastAlterNamesourceUpdatedBy
dbc.databases.LastAlterTimeStampsourceUpdatedAt
dbc.databases.CommentStringdescription

Tables

Atlan maps tables from Teradata to its Table asset type.

Source propertyAtlan property
dbc.Tables.TableNamename
dbc.TablesV.CommentStringdescription
COLUMN_COUNTcolumnCount
ROW_COUNTrowCount
CurrentPermsizeBytes
dbc.TablesV.CreatorNamesourceCreatedBy
dbc.TablesV.CreateTimeStampsourceCreatedAt
dbc.TablesV.LastAlterNamesourceUpdatedBy
dbc.TablesV.LastAlterTimeStampsourceUpdatedAt
dbc.Tables.DataBaseNameschema name

Views

Atlan maps views from Teradata to its View asset type.

Source propertyAtlan property
dbc.Tables.TableNamename
dbc.TablesV.CommentStringdescription
COLUMN_COUNTcolumnCount
ROW_COUNTrowCount
CurrentPermsizeBytes
dbc.TablesV.CreatorNamesourceCreatedBy
dbc.TablesV.CreateTimeStampsourceCreatedAt
dbc.TablesV.LastAlterNamesourceUpdatedBy
dbc.TablesV.LastAlterTimeStampsourceUpdatedAt
dbc.Tables.DataBaseNameschema name

Columns

Atlan maps columns from Teradata to its Column asset type.

Source propertyAtlan property
dbc.ColumnsV.ColumnNamename
REMARKSdescription
ORDINAL_POSITIONorder
dbc.ColumnsV.ColumnTypedataType
dbc.ColumnsV.NullableisNullable
dbc.IndicesV.TableNameisPrimary
dbc.IndicesV.ChildDBisForeign
dbc.IndicesV.DecimalTotalDigitsprecision
dbc.IndicesV.DecimalFractionalDigitsnumericScale
dbc.ColumnsV.DataBaseNameschema name