Skip to content

Commit

Permalink
New metabase version: v0.50.31
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmpp committed Feb 6, 2025
1 parent af2573b commit c3e9e02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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.49.25", :git/sha "59ee427" } }
{ io.github.metabase/metabase { :git/tag "v0.50.31", :git/sha "f754eda" } }
}
}
}
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.9-metabase-v0.49.25-teradata-jdbc-20.00
version: 1.1.10-metabase-v0.50.31-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.49.25
# (during first time setup, you only see `Periodically refingerprint tables` in metabase v0.50.31
# 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
3 changes: 0 additions & 3 deletions src/metabase/driver/teradata.clj
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,6 @@

(defmethod sql.qp/current-datetime-honeysql-form :teradata [_] now)

; TODO check if overriding apply-top-level-clause could make nested queries work
(defmethod driver/supports? [:teradata :nested-queries] [_ _] false)

;; Overridden to customise the C3P0 properties which can be used to avoid the high number of logins against Teradata
;; In case of such problem increase the value of acquireRetryDelay
;; https://github.com/metabase/metabase/blob/master/src/metabase/driver/sql_jdbc/connection.clj#L42
Expand Down

0 comments on commit c3e9e02

Please sign in to comment.