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 property | Atlan property |
---|---|
SCHEMA_NAME | name |
TABLE_COUNT | tableCount |
VIEW_COUNT | viewsCount |
Tables
Atlan maps tables from SAP HANA to its Table
asset type.
Source property | Atlan property |
---|---|
TABLE_NAME | name |
COMMENTS | description |
COLUMN_COUNT | columnCount |
ROW_COUNT | rowCount |
TABLE_SIZE | sizeBytes |
IS_PARTITIONED | isPartitioned |
IS_TEMPORARY | isTemporary |
Views
Atlan maps views from SAP HANA to its View
asset type.
Source property | Atlan property |
---|---|
VIEW_NAME | name |
COMMENTS | description |
COLUMN_COUNT | columnCount |
DEFINITION | definition |
Columns
Atlan maps columns from SAP HANA to its Column
asset type.
Source property | Atlan property |
---|---|
COLUMN_NAME | name |
COMMENTS | description |
POSITION | order |
DATA_TYPE_NAME | dataType |
IS_NULLABLE | isNullable |
LENGTH | maxLength |
CONSTRAINT (PRIMARY KEY) | isPrimary |
REFERENCED_COLUMN_NAME | isForeign |
DECIMAL_DIGITS | precision |
SCALE | numericScale |
DEFAULT_VALUE | defaultValue |
Stored procedures
Atlan maps stored procedures in SAP HANA to its Procedure
asset type.
Source property | Atlan property |
---|---|
PROCEDURE_NAME | name |
PROCEDURE_TYPE | subType |
DEFINITION | definition |