Skip to content

Commit

Permalink
New metabase version: v0.53.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmpp committed Feb 12, 2025
1 parent d61cafd commit bdaabb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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" } }
}
}
}
4 changes: 2 additions & 2 deletions resources/metabase-plugin.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bdaabb6

Please sign in to comment.