Superset Features
This page goes through all the superset features and provides information on how to use them.
Connect to Other Databases
Superset provides users with a streamlined way to connect to various remote databases, including SQLite, PostgreSQL, and more. This feature enables the integration of remote data for creating dashboards and visualizing charts.
In MEDomicsLab, after launching Superset, you can easily connect to any remote database via the "Connect a Database" interface. To access this, navigate to Settings -> Database Connections

Once the interface is open (see image below), select your desired databaseβthis tutorial uses PostgreSQL as an example.
Then enter your database credentials, such as the host, port, username, and other required details. Refer to the image below for guidance.

Once you hit and CONNECT, you should see a confirmation message as depicted below:

If you encounter an error, please refer to the Superset documentation for guidance on troubleshooting the issue. Should the problem persist, feel free to reach out to us for further assistance.
Explore & Visualize
To explore data from your connected dataset, you can use either SQL Lab or the "Add Dataset" option, as illustrated in the figure below:
SQL Lab: Provides a complete preview of the data, displays column data types, and allows for custom SQL queries on the dataset.


Add new dataset: Lets you explore the columns and their data types, with the ability to create charts based on the data if needed.

Create Dashboards
One of the main features of Superset is charts and dashboard creation. It offers a no-code procedure for building charts quickly. To do so:
Create a new dashboard:

Create a new chart and add it to the dashboard:

Export Data to Workspace
Superset enables data exportation through SQL Lab. This empowers users to further process and explore their data within MEDomicsLab by leveraging the different tools available.

Useful resources
How to configure your Superset?
How to use Superset (dashboard creation, data exploration, etc.)
Last updated