SAP HANA (BETA)
Add SAP HANA as a decube connection and help your team discover, document and monitor their data assets to drive data-driven insights and decisions.
Last updated
-- Create the dedicated service user, keep note of the username and password
CREATE USER DECUBE PASSWORD "<password>" NO FORCE_FIRST_PASSWORD_CHANGE;
-- Disable password expiration for uninterrupted ingestion
ALTER USER DECUBE DISABLE PASSWORD LIFETIME;-- Grant metadata read access for each schema you wish to ingest.
GRANT SELECT METADATA ON SCHEMA "<schema_name>" TO DECUBE;