From bdaabb6be98638f1482899a373ef657e42da9274 Mon Sep 17 00:00:00 2001 From: Mikel Cordovilla Date: Wed, 12 Feb 2025 15:49:33 +0100 Subject: [PATCH] New metabase version: v0.53.1 --- deps.edn | 2 +- resources/metabase-plugin.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps.edn b/deps.edn index a0b6965..111c426 100644 --- a/deps.edn +++ b/deps.edn @@ -21,7 +21,7 @@ :aliases {:dev {:extra-deps - { io.github.metabase/metabase { :git/tag "v0.52.9", :git/sha "f9fbbf8" } } + { io.github.metabase/metabase { :git/tag "v0.53.1", :git/sha "73e264a" } } } } } diff --git a/resources/metabase-plugin.yaml b/resources/metabase-plugin.yaml index 159e506..ffbf441 100644 --- a/resources/metabase-plugin.yaml +++ b/resources/metabase-plugin.yaml @@ -1,7 +1,7 @@ info: name: Metabase Teradata Driver # also replace the version in deps.edn if you change the metabase version here - version: 1.1.11-metabase-v0.51.12-teradata-jdbc-20.00 + version: 1.1.13-metabase-v0.53.1-teradata-jdbc-20.00 description: Allows Metabase to connect to Teradata databases. Community Supported driver. dependencies: - class: com.teradata.jdbc.TeraDriver @@ -37,7 +37,7 @@ driver: - additional-options - placeholder: e.g. COPLAST=OFF # required in order that `Choose when syncs and scans happen` shows up in database options afterwards - # (during first time setup, you only see `Periodically refingerprint tables` in metabase v0.52.9 + # (during first time setup, you only see `Periodically refingerprint tables` in metabase v0.53.1 # the option `Choose when syncs and scans happen` only shows up later in admin -> Database -> advanced options) - default-advanced-options connection-properties-include-tunnel-config: false