Skip to content

Commit

Permalink
New metabase version: v0.47.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmpp committed Jan 27, 2025
1 parent d441805 commit cf5d964
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.46.6", :git/sha "1bb88f5" } }
{ io.github.metabase/metabase { :git/tag "v0.47.13", :git/sha "1b6582a" } }
}
}
}
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.0-metabase-v0.46.6-teradata-jdbc-17.10
version: 1.1.7-metabase-v0.47.13-teradata-jdbc-17.10
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.46.6
# (during first time setup, you only see `Periodically refingerprint tables` in metabase v0.47.13
# 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 cf5d964

Please sign in to comment.