Skip to content

Commit

Permalink
Upgrading Metabase to 0.45
Browse files Browse the repository at this point in the history
  • Loading branch information
relferreira committed Dec 23, 2022
1 parent 0186be4 commit b5d2d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ All you need you do is drop the driver in your `plugins/` directory. You can gra
Use the `Dockerfile` on this repo:

```bash
curl -L "https://github.com/relferreira/metabase-sparksql-databricks-driver/releases/download/1.5.0/sparksql-databricks.metabase-driver.jar" -o sparksql-databricks.metabase-driver.jar
curl -L "https://github.com/relferreira/metabase-sparksql-databricks-driver/releases/download/1.6.0/sparksql-databricks.metabase-driver.jar" -o sparksql-databricks.metabase-driver.jar
mkdir target
mv sparksql-databricks.metabase-driver.jar target/
docker build -t metabase:metabase-head-databricks-1.3.0 .
Expand All @@ -37,7 +37,7 @@ And you can deploy to some docker registry of your own and use the image!

Example of running:

- `docker run -d -p 3000:3000 --name metabase metabase:metabase-head-databricks-1.5.0`
- `docker run -d -p 3000:3000 --name metabase metabase:metabase-head-databricks-1.6.0`

And access `http://localhost:3000`.

Expand Down

0 comments on commit b5d2d0e

Please sign in to comment.