Closed dlackty closed 3 years ago
Hi @dlackty, we're adding support for various DBs based on community demand. Since you're the only person who's asked for Treasure Data thus far, that might be a while 😉
If you're familiar with Clojure and feeling adventurous you can try writing a driver yourself. I'm available to help with any questions you might run into.
Now, you can connect to TreasureData via Presto connection. https://docs.treasuredata.com/articles/metabase
As previously noted, a regular PrestoDB connection is enough, which Metabase already supports: https://docs.treasuredata.com/display/public/PD/JDBC+Driver+for+Presto
Treasure Data is a hosted big data analytics solution based on Presto / Hive.
They provide a simple JDBC driver to execute Presto / Hive SQL queries (We mainly use Presto).
See also #2749.