YugabyteDB

YugabyteDB is a distributed SQL database built on top of PostgreSQL.

Note that, if you’re using docker-compose, the Postgres connector library psycopg2 comes out of the box with Superset.

The connection string looks like:

  1. postgresql://{username}:{password}@{host}:{port}/{database}