I wonder if it is possible to have the full details of universe connections using query builder tool.
Actually I can have the list of connections with the following sql statement
SELECT *
FROM CI_APPOBJECTS
Where SI_KIND = 'MetaData.DataConnection'
Order by SI_NAME
but I do not see any detail like connection username, db, etc
and apparently, according to web documentation, I only can query 3 tables: CI_INFOOBJECTS CI_APPOBJECTS CI_SYSTEMOBJECTS
Connection details seem to be stored in some other tableā¦