informatica.infacore.datasource.connection.Connection.test

Connection.test() str

Tests the connection and validates the connection details you specified.

Example

>>> import informatica.infacore as ic
>>> orcl_cnx = ic.get_datasource("Oracle").get_connection("Oracle Prod")
>>> orcl_cnx.test()