Skip to content

avelino/databricks-sql-driver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metabase Driver: Databricks SQL Warehouse

Installation

Beginning with Metabase 0.32, drivers must be stored in a plugins directory in the same directory where metabase.jar is, or you can specify the directory by setting the environment variable MB_PLUGINS_DIR. There are a few options to get up and running with a custom driver.

You can find jar file on the release page or you can build it locally.

Build

In order to build it locally, you're gonna need metabase project to build this project, so make sure you clone it in a parent directory.

make build

Run Locally

make first-run

Once the Metabase startup completes, you can access your Metabase at localhost:3000, which pulls metabase docker image and then start this project. Next time you need to run this project again, you can use make run command.

Add Data

When you first access, fill some basic info and then go to "Add your data" section and follow these steps:

  1. Choose "Databricks SQL" source;
  2. Open your DataBricks SQL Server information at Databricks and copy host, http-path and your personal-access-token (first image below).
  3. Fill these info into metabase form (second image below).

About

metabase databricks driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 92.4%
  • Makefile 7.6%