Given any report, we would like an api to retrieve the data connection details. For example, if the report contains a "Customer" table, it would return information like: the schema name that the table belongs to (dbo) the database instance name (SQLServer) the database server name the connection type (ODBC, JDBC, OLEDB...) other relevant connection details (jdbc url, odbc dsn, driver name) Knowing where the data is coming from is important, it allows greater confidence and trust in the data being visualized.
... View more