From af188136f97fa3f4086a61fd2d557a1b30a421ea Mon Sep 17 00:00:00 2001 From: Bobby Iliev Date: Tue, 19 Sep 2023 16:42:19 +0300 Subject: [PATCH 1/3] Prepare v1.0.2 release changes --- README.md | 4 +++- resources/metabase-plugin.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cfeaab..4892e3e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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 @@ -35,6 +35,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 +47,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. From 5830f7d6fbfb6ccadcad595a00ec3604f66f8955 Mon Sep 17 00:00:00 2001 From: Bobby Iliev Date: Tue, 19 Sep 2023 18:27:16 +0300 Subject: [PATCH 2/3] Add a reference for the Metabase cloud --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4892e3e..469a9d8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ The `metabase-materialize-driver` lets ## 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 | | ----------------- | ---------------------- | From 683b6a25723675535d6728f30f938f187ad345cf Mon Sep 17 00:00:00 2001 From: Bobby Iliev Date: Tue, 19 Sep 2023 18:42:05 +0300 Subject: [PATCH 3/3] Update README.md Co-authored-by: Marta Paes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 469a9d8..a5fb0cf 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ following sections.) ### Connecting to Materialize Select Materialize from the database dropdown when adding a new database. -Next use the following information to connect: +Next, use the following information to connect: | Field | Value | | ----------------- | ---------------------- |