Skip to content

Releases: arsenikstiger/dremio-driver

First alpha Dremio driver - Lots of work remaining !

07 Apr 07:42
Compare
Choose a tag to compare

Working for metabase v0.35.1

What's the situation ?

  • Connect to Dremio
  • Get all schemas (but really all, not only the one provided on configuration...)
  • Get all tables
  • Get basic x-rays (count)
  • Get jdbc logs (read at the end of this description)
  • Get real types
  • Get no bugs

Included in the driver :

  • dremio jdbc driver 1.4.7
  • p6spy

To use it with metabase :

  • stop metabase
  • drop the jar into the plugins folder (where resides all other drivers)
  • start metabase
java -jar metabase.jar

To modify p6spy behaviour :

  • go to metabase root
  • add a conf folder
  • drop the spy.properties file into it
  • launch metabase with :
java -cp "conf/*" -jar metabase.jar