Skip to main content

SAP HANA

Catalog features

Data catalog

Dataedo documents metadata of the following objects:

  • Tables
  • Views
  • Functions
  • Procedures
  • Edges
  • Vertices

For more details, go to the Connector specification section

Data lineage

Dataedo does not support automatic lineage in SAP Hana, however, users can use manual lineage in documentation.

Data profiling

Dataedo supports profiling tables imported from SAP HANA.

During the profiling process, SAP HANA's special dates are treated as regular values, not NULLs. Some database explorers (e.g., DBeaver) can display NULL in place of a special date because of limitations of the JDBC driver. You can read more here.

How to connect

Provide connection details:

  1. Host - SAP HANA Cloud host,
  2. Port - SAP HANA Cloud port,
  3. User - SAP HANA database user,
  4. Password - Password to the SAP HANA database user
Credentials

Connector specification

Imported objects

ObjectImported as
TableTable
ViewView
FunctionFunction
ProcedureProcedure
EdgeGraph Edge
VertexGraph Node

Tables metadata

MetadataImported as
SchemaSchema
NameName
DescriptionDescription
ColumnsColumns
   NameName
   Data typeData type
   Null/Not nullNullable
   DescriptionDescription
Foreign KeysRelationships
   Constraint tableFK Table
   Referenced tablePK Table
   NameRelationship name
Primary/Unique keysUnique keys
   NameKey name
   ColumnsColumns
   DescriptionDescription
TriggersTriggers
   DefinitionScript
   NameName
   ActionWhen

Views metadata

MetadataImported as
SchemaSchema
NameName
DescriptionDescription
DefinitionScript
ColumnsColumns
   NameName
   Data typeData type
   Null/Not nullNullable
   DescriptionDescription

Functions metadata

MetadataImported as
SchemaSchema
NameName
DescriptionDescription
DefinitionScript
ParametersInput/Output
   NameName
   Data typeData type
   IN/OUTMode

Procedure metadata

MetadataImported as
SchemaSchema
NameName
DescriptionDescription
DefinitionScript
ParametersInput/Output
   NameName
   Data typeData type
   IN/OUTMode

Edges metadata

MetadataImported as
SchemaSchema
NameName
DescriptionDescription
ColumnsProperties
   NameName
   Data typeData type
Foreign KeysRelationships
   Constraint tableFK Table
   Referenced tablePK Table
   NameRelationship name
   ConditionJoin
Primary/Unique keysUnique keys
   NameKey name
   ColumnsColumns
TriggersTriggers
   DefinitionScript
   NameName
   ActionWhen

Vertices metadata

MetadataImported as
SchemaSchema
NameName
DescriptionDescription
ColumnsProperties
   NameName
   Data typeData type
   Null/Not nullNullable
Foreign KeysRelationships
   Constraint tableFK Table
   Referenced tablePK Table
   NameRelationship name
   ConditionJoin
Primary/Unique keysUnique keys
   NameKey name
   ColumnsColumns
TriggersTriggers
   DefinitionScript
   NameName
   ActionWhen

Limitations

  • Dataedo does not support importing OLAP Cubes
  • Dataedo does not support importing JSON Documents
  • User-defined data types are imported as tables