Skip to main content

What does Atlan crawl from SAP HANA?

Atlan crawls and maps the following assets and properties from SAP HANA.

Schemas

Atlan maps schemas from SAP HANA to its Schema asset type.

Source propertyAtlan property
SCHEMA_NAMEname
TABLE_COUNTtableCount
VIEW_COUNTviewsCount

Tables

Atlan maps tables from SAP HANA to its Table asset type.

Source propertyAtlan property
TABLE_NAMEname
COMMENTSdescription
COLUMN_COUNTcolumnCount
ROW_COUNTrowCount
TABLE_SIZEsizeBytes
IS_PARTITIONEDisPartitioned
IS_TEMPORARYisTemporary

Views

Atlan maps views from SAP HANA to its View asset type.

Source propertyAtlan property
VIEW_NAMEname
COMMENTSdescription
COLUMN_COUNTcolumnCount
DEFINITIONdefinition

Calculation views

Atlan maps calculation views from SAP HANA to its CalculationView asset type. Atlan supports upstream lineage to source tables and calculation views. Column-level lineage is currently not supported.

Source propertyAtlan property
OBJECT_NAMEname
COLUMN_COUNTcolumnCount
VERSION_IDcalculationViewVersionId
ACTIVATED_BYcalculationViewActivatedBy
ACTIVATED_ATcalculationViewActivatedAt

Columns

For tables and views

Atlan maps columns for tables and views from SAP HANA to its Column asset type.

Source propertyAtlan property
COLUMN_NAMEname
COMMENTSdescription
POSITIONorder
DATA_TYPE_NAMEdataType
IS_NULLABLEisNullable
LENGTHmaxLength
CONSTRAINT (PRIMARY KEY)isPrimary
REFERENCED_COLUMN_NAMEisForeign
DECIMAL_DIGITSprecision
SCALEnumericScale
DEFAULT_VALUEdefaultValue

For calculation views

Atlan maps columns for calculation views from SAP HANA to its Column asset type.

Source propertyAtlan property
COLUMN_NAMEname
LABELdescription
ORDERorder
COLUMN_SQL_TYPEdataType

Stored procedures

Atlan maps stored procedures in SAP HANA to its Procedure asset type.

Source propertyAtlan property
PROCEDURE_NAMEname
PROCEDURE_TYPEsubType
DEFINITIONdefinition