on 03-31-2022 09:08 PM - edited on 10-17-2022 02:58 PM by Tristan
We can use external SQL query tools like DbVisualizer or PSequel to connect to Incorta and run Postgres SQL against Incorta data. Here are the steps to enable it.
In the Cloud Console, click on your cluster, go to the Configuration tab, enable external BI tools connections, and copy the SQL Interface connection string; this is the JDBC URL that will be used to configure the connection in the external tool.
Ensure that the SQL app is enabled from the Incorta CMC and that adequate memory and cores are assigned to it.
Once you have enabled the External BI Tools/SQL App, go to your client and download a query tool like DbVisualizer.
Open the query tool, create a new PostgreSQL connection and configure the Database server as the Incorta server hostname or IP address. For Incorta cloud, get the host and port from the URL you copied. For On Premises, the port can be either 5436, which is recommended (engine port with spark fallback), or 5442 (routes directly to spark). Make sure the port you choose is open (both should probably be open).
Click on Ping Server, and if that works, click on Connect.
Now connect to Incorta and test a SQL query, please note that schema and table names are case sensitive