This project is based on:
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.
Run the following command to build plugin jar file:
make build
If all succeed you will find the driver jar under ./plugins folder.
make run
Once the Metabase startup completes, you can access your Metabase at localhost:3000
, which pulls metabase docker image and then start this project.
When you first access, fill some basic info and then go to "Add your data" section and follow these steps:
- Choose "Databricks SQL" source;
- Open your DataBricks SQL Server information at Databricks and copy
host
,http-path
and yourpersonal-access-token
(first image below). - Fill these info into metabase form (second image below).
For further development try to use devcontainer setup.
To start a (n)REPL:
./bin/cli.sh
Menu Options:
[1] nrepl - start an nREPL
[2] repl - start regular repl
[3] exit - exit the script
Enter your choice (1/2/3):