Skip to main content
< All Topics
Print

Connecting to a new database 

First things first, we need to add the connection credentials to your database to be able to query and visualize data from it. If you’re using Inset BI independently, you can skip this step because a Postgres database, named PostgreSQL, is included and pre-configured in Inset for you. 

Under the Data menu, select the Databases option: 

Next, click the green + Database button in the top right corner: 

You can configure a number of advanced options in this window, but for this walkthrough you only need to specify two things (the database name and SQLAlchemy/Impulse DW URI): 

The Impulse DW URL format should be in the format: 
impulse://username:password@hostname:port/impulse/v2/sql 

Click the Test Connection button to confirm things work end to end. If the connection looks good, save the configuration by clicking the Finish button in the bottom right corner of the modal window. 

Congratulations, you’ve just added Impulse DW data source in Inset BI. 

Table of Contents