These are the docs for the Metabase master branch. Some features documented here may not yet be available in the latest release. Check out the docs for the latest version, Metabase v0.54.

Community drivers

Community drivers are not supported on Metabase Cloud.

In addition to our Officially supported drivers, many people build and maintain drivers for database integrations.

How to use a Community driver

To use a Community driver on a self-hosted Metabase:

  1. Download the latest jar file from the driver’s repository (see the repo’s Releases section for the JAR files).
  2. Copy the JAR file into the plugins directory in your Metabase directory (the directory where you run the Metabase JAR).

You can change the location of the plugins directory by setting the environment variable MB_PLUGINS_DIR.

Community drivers

You install these drivers at your own risk. The plugins run as part of your Metabase and will have access to anything your Metabase does. And since we can’t vet for them, we don’t make them available on Metabase Cloud.

Anyone can build a community driver. These are the currently known third-party database drivers for Metabase.

Database GitHub Stars Last release (if available)
CSV GitHub stars GitHub (Pre-)Release Date
Databend GitHub stars GitHub (Pre-)Release Date
DB2 GitHub stars Github (Pre-)Release Date
Dremio GitHub stars GitHub (Pre-)Release Date
DuckDB GitHub stars GitHub (Pre-)Release Date
Firebolt GitHub stars GitHub (Pre-)Release Date
Firebird GitHub stars GitHub (Pre-)Release Date
GreptimeDB GitHub stars GitHub (Pre-)Release Date
Hydra Hydra connections use the official Postgres driver. Not applicable.
Impala GitHub stars GitHub (Pre-)Release Date
Materialize GitHub stars GitHub (Pre-)Release Date
Neo4j GitHub stars GitHub (Pre-)Release Date
Netsuite SuiteAnalytics Connect GitHub stars GitHub (Pre-)Release Date
Peaka GitHub stars GitHub (Pre-)Release Date
Teradata GitHub stars GitHub (Pre-)Release Date

If you don’t see a driver for your database, try looking in the comments of the issue related to the database. You might also find more drivers by searching on GitHub for “Metabase driver”.

If you’re having problems installing or using a community driver, your best bet is to contact the author of the driver.

Write your own driver

Check out Guide to writing a Metabase driver.

Read docs for other versions of Metabase.