From 6c28d8c33c13b8ec81eac285f38483af2264d80f Mon Sep 17 00:00:00 2001 From: Bobby Iliev Date: Tue, 19 Sep 2023 23:24:31 +0300 Subject: [PATCH] Prepare v1.0.2 release changes (#45) Co-authored-by: Marta Paes --- README.md | 20 +++++++++++++++++--- resources/metabase-plugin.yaml | 2 +- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3cfeaab..a5fb0cf 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,18 @@ The `metabase-materialize-driver` lets [Metabase](https://github.com/metabase/metabase) connect to an instance of [Materialize](https://github.com/MaterializeInc/materialize). -![Choose Materialize from database dropdown](https://github-production-user-asset-6210df.s3.amazonaws.com/21223421/262440951-6439ee5f-2aad-4742-ad54-e7548323f7b7.png) +![Choose Materialize from database dropdown](https://github-production-user-asset-6210df.s3.amazonaws.com/21223421/268976090-6ed5b4b0-abb0-48dc-862f-b2284cb878d7.png) ## To Use the Driver +### With Metabase Cloud + +As a Metabase partner driver, the Materialize driver is +included in [Metabase Cloud](https://www.metabase.com/docs/latest/cloud/start) offering. +To use it, simply select Materialize from the database dropdown when adding a new database. + +### With Docker + We provide a pre-built Docker image of Metabase including this driver as [materialize/metabase][] on Docker Hub. To use it, run: @@ -17,14 +25,18 @@ We provide a pre-built Docker image of Metabase including this driver as docker run -p 3000:3000 materialize/metabase ``` +### With self-hosted Metabase + To use the `metabase-materialize-driver` with an existing Metabase installation, copy a `.jar` file from one of our [releases][] into the `/plugins` directory of your Metabase instance. Metabase will register the driver automatically! (For deployment-specific details, please consult the following sections.) -Once the Materialize driver is registered, use the following information to -connect: +### Connecting to Materialize + +Select Materialize from the database dropdown when adding a new database. +Next, use the following information to connect: | Field | Value | | ----------------- | ---------------------- | @@ -35,6 +47,7 @@ connect: | Cluster name | **default** | | Database username | Materialize user. | | Database password | App-specific password. | +| SSL | **Enabled** | [releases]: https://github.com/MaterializeInc/metabase-materialize-driver/releases [materialize/metabase]: https://hub.docker.com/repository/docker/materialize/metabase @@ -46,6 +59,7 @@ Metabase Release | Driver Version v0.46.7 | v0.1.0 v0.47.0 | v1.0.0 v0.47.1 | v1.0.1 +v0.47.1 | v1.0.2 ## Contributing diff --git a/resources/metabase-plugin.yaml b/resources/metabase-plugin.yaml index 6f0bfd7..8d5a635 100644 --- a/resources/metabase-plugin.yaml +++ b/resources/metabase-plugin.yaml @@ -1,7 +1,7 @@ # Reference: https://github.com/metabase/metabase/wiki/Metabase-Plugin-Manifest-Reference info: name: Metabase Materialize Driver - version: 1.0.1 + version: 1.0.2 description: Allows Metabase to connect to Materialize. contact-info: name: Materialize Inc.