Supported technologies
Data Lineage for SAP Hana
MANTA connects to the SAP HANA on-premises database or SAP HANA Cloud database, scans the metadata, and reads all the SQL programming code stored in it.
Using this information, MANTA creates a detailed visualization of the data lineage that can be pushed into any third-party metadata management solution or viewed in MANTA’s native visualization.
MANTA currently scans
- Data dictionaries
- Scripts (SQL and SAP HANA SQLScript)
- Stored procedures
- Functions
Additional information
This is a very early implementation of the SAP HANA scanner with only a small subset of the DDL and DML statements. Supported statements include CREATE TABLE, CREATE VIEW (parametrized and calculation views not supported), CREATE FUNCTION/PROCEDURE, CREATE TRIGGER, DO BEGIN … END, TRUNCATE TABLE, SELECT, INSERT, DELETE, UPDATE, UPSERT, CALL.