Skip to content

Commit

Permalink
New metabase version: v0.49.25
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmpp committed Feb 6, 2025
1 parent 1383a1d commit af2573b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"resources"
]

:deps { org.clojure/core.logic {:mvn/version "1.0.0"}
com.github.seancorfield/honeysql {:mvn/version "2.4.1011"}
:deps { org.clojure/core.logic {:mvn/version "1.0.1"}
com.github.seancorfield/honeysql {:mvn/version "2.5.1103"}
}

;; These are needed for the Athena and Redshift drivers in order to build them. Maven repos from subprojects do not
Expand All @@ -21,7 +21,7 @@
:aliases
{:dev
{:extra-deps
{ io.github.metabase/metabase { :git/tag "v0.48.13", :git/sha "7a5ccd8" } }
{ io.github.metabase/metabase { :git/tag "v0.49.25", :git/sha "59ee427" } }
}
}
}
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.8-metabase-v0.48.13-teradata-jdbc-17.10
version: 1.1.9-metabase-v0.49.25-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.48.13
# (during first time setup, you only see `Periodically refingerprint tables` in metabase v0.49.25
# 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
4 changes: 0 additions & 4 deletions src/metabase/driver/teradata.clj
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@
(keyword "timestamp with timezone") :type/DateTime
(keyword "timestamp without timezone") :type/DateTime}, column-type))

(defmethod sql.qp/honey-sql-version :teradata
[_driver]
2)

(defn- dbnames-set
"Transform the string of databases to a set of strings."
[dbnames]
Expand Down

0 comments on commit af2573b

Please sign in to comment.