Skip to main content
You can test the connectivity of any Data Source to verify that credentials and network settings are correct. To test a connection:
1
On the Data Sources page, find the card for the connection you want to test.
2
Click the Test Connection button on the card.
3
The status will change to Connecting while the test runs.
4
After the test:
  • If the connection succeeds, the status changes to Connected and the latency is displayed (e.g., Latency: 45ms).
  • If it fails, the status changes to Disconnected and an error message is shown.

Viewing the schema


When the connection is successful, you can view the database structure:
1
Click the connection card to expand it.
2
The schema section will load, displaying:
  • The total number of tables found.
  • Tables grouped by schema (for databases that support schemas).
  • Column names, types, and whether each column is a primary key or nullable.
If no tables appear after expanding the card, run Test Connection to refresh the schema.