Is your feature request related to a problem?
There is currently no support for SAP HANA as a data source in WrenAI.
Describe the solution you'd like
Add SAP HANA as a supported data source, allowing users to connect their SAP HANA databases for semantic modeling and AI-powered natural language querying.
SAP HANA is widely adopted in enterprise environments as a high-performance in-memory database for both OLTP and OLAP workloads. Supporting it would open WrenAI to a large enterprise user base.
Connection properties
- Host
- Port (default: 30015)
- Username / Password
- Database name (optional, for multi-tenant setups)
- Schema (optional)
- TLS encryption toggle
Additional context
- SAP provides an official Python driver
hdbcli (available on PyPI)
- Similar in scope to the existing Oracle connector
Is your feature request related to a problem?
There is currently no support for SAP HANA as a data source in WrenAI.
Describe the solution you'd like
Add SAP HANA as a supported data source, allowing users to connect their SAP HANA databases for semantic modeling and AI-powered natural language querying.
SAP HANA is widely adopted in enterprise environments as a high-performance in-memory database for both OLTP and OLAP workloads. Supporting it would open WrenAI to a large enterprise user base.
Connection properties
Additional context
hdbcli(available on PyPI)