From 430e909ed7ebd0124948b673c48503f8bdad8531 Mon Sep 17 00:00:00 2001 From: Flo Date: Thu, 27 Jun 2024 14:48:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20Metabase=20supported=20?= =?UTF-8?q?versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e8779ca..dfca6d0 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ For how to use the provider in a Terraform project, please refer to the [Terrafo Unfortunately, this provider relies on the Metabase API which is [subject to breaking changes and not versioned](https://www.metabase.com/docs/latest/api-documentation#about-the-metabase-api). This makes it hard for this provider to keep up with Metabase versions, apologies for that. Here is a table that summarizes supported Metabase versions: -| Provider version \ Metabase version | .44 | .45 | .46 | .47 | .48 | .49 | -| ----------------------------------: | :-: | :-: | :-: | :-: | :-: | :-: | -| <= 0.3 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| >= 0.4 | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | +| Provider version \ Metabase version | .44 | .45 | .46 | .47 | .48 | .49 | .50 | +| ----------------------------------: | :-: | :-: | :-: | :-: | :-: | :-: | :-: | +| <= 0.3 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | +| >= 0.4 | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ## 🔨 `mbtf` importer tool