Metabase Via Kondado Connection

You can connect Metabase to your Via Kondado destination through Kondado's PostgreSQL endpoint (kdb.kondado.io). Any tool that speaks the Postgres protocol connects to this endpoint using your destination token as the password — no special connector required. Once connected, your destination tables show up automatically and you can explore them inside Metabase.

  1. Before you start
  2. Step by step
  3. After connecting
  4. FAQ

Before you start

  • You need an active Via Kondado destination in your account. If you don't have one yet, see how to create Via Kondado.
  • Have your destination's access token ready — it will be used as the connection password. It is the same token used for the other access methods (Link, MCP, etc.). See how to get your token.
  • Metabase already ships with the PostgreSQL driver built in — nothing to install.

Connection details (keep these for the steps below): Type/driver: PostgreSQL • Host: kdb.kondado.io • Port: 5432 • Database name: kdb • Username: any value (e.g. kondado) • Password: your Via Kondado destination token • SSL: required.

Step by step

1. In Metabase, click the gear icon ⚙ in the top-right corner and open Admin settingsDatabases tab → Add database. Under Database type, select PostgreSQL.

2. Fill in the connection fields exactly like this:

  • Host: kdb.kondado.io
  • Port: 5432
  • Database name: kdb
  • Username: any value, e.g. kondado (authentication is done by the password only)
  • Password: your Via Kondado destination token
  • Check the “Use a secure connection (SSL)” option — the SSL connection is required
The “Add a database” form with the PostgreSQL type, host kdb.kondado.io, port 5432, database kdb and SSL enabled.
The “Add a database” form with the PostgreSQL type, host kdb.kondado.io, port 5432, database kdb and SSL enabled.

3. Click Save. Metabase will test the connection and sync the schema. Your Via Kondado destination tables will appear under the newly added database.

The kdb database connected (● Connected) after the schema sync.
The kdb database connected (● Connected) after the schema sync.

4. That's it! Go to Browse data, pick the database you created and open any table to view the data.

Browsing a Via Kondado destination table in Metabase.
Browsing a Via Kondado destination table in Metabase.

After connecting

  • All of your destination tables appear in the public schema. Your Via Kondado saved queries also appear as tables and can be used normally.
  • You can use the native SQL editor, the Query Builder (no SQL), aggregations (SUM/COUNT/AVG), date bucketing (month/year), filters, JOINs across tables, TOP N, charts, dashboards with filters and even Metabase's automatic X-Ray dashboards.
A bar chart (COUNT group by) built in the Metabase Query Builder.
A bar chart (COUNT group by) built in the Metabase Query Builder.

FAQ

How to connect Metabase to Via Kondado

Connect Metabase to your Via Kondado destination through the PostgreSQL endpoint kdb.kondado.io using the destination token as the password.

1
Open Add database

In Metabase, go to Admin settings > Databases > Add database and select the PostgreSQL type.

2
Fill in the connection

Host kdb.kondado.io, Port 5432, Database name kdb, Username any value (e.g. kondado) and Password equal to your Via Kondado destination token.

3
Enable SSL

Check the Use a secure connection (SSL) option. The SSL connection is required.

4
Save and sync

Click Save. Metabase tests the connection and syncs the schema, bringing in the destination tables.

5
Browse the data

Go to Browse data, pick the database you created and open any table to view and analyze the data.

Frequently asked questions

Which password do I use in the Metabase connection?
The password is your Via Kondado destination access token — the same token used for the other access methods. The username field can be any value; authentication is done by the password (token) only.
Do I need to install a special driver or connector?
No. Metabase already ships with the PostgreSQL driver built in. Just add a PostgreSQL database pointing to kdb.kondado.io on port 5432.
Is SSL required?
Yes. Check the “Use a secure connection (SSL)” option when configuring the database. Connecting without SSL is not recommended.
What database name should I enter?
Use kdb. The database name does not affect routing — the table catalog is determined by your token — but we recommend kdb by default.
Do my saved queries show up in Metabase?
Yes. In addition to your destination tables, your Via Kondado saved queries appear as tables in the public schema and can be explored normally.

Written by·Published 2026-07-03