Hello,
it looks like the following coding is only working when there is no SAP Cloud Connector defined as Gateway in the HANA DB Connection.
import hana_ml.dataframe as dataframe from notebook_hana_connector.notebook_hana_connector import NotebookConnectionContext conn = NotebookConnectionContext(connectionId = 'MYHANA')
In case the HANA System is on premise behind a SAP Cloud connector, I'm getting the following error :
Connection failed (RTE:[89133] Proxy server connect: Network unreachable )
Is it a limitation documented somewhere ?
Note that on-premise HANA Connection is working fine with Metadata Explorer as well as in "Run HANA SQL" operator.
Regards,
Michael