Skip to content

Commit af2573b

Browse files
committed
New metabase version: v0.49.25
1 parent 1383a1d commit af2573b

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

deps.edn

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"resources"
77
]
88

9-
:deps { org.clojure/core.logic {:mvn/version "1.0.0"}
10-
com.github.seancorfield/honeysql {:mvn/version "2.4.1011"}
9+
:deps { org.clojure/core.logic {:mvn/version "1.0.1"}
10+
com.github.seancorfield/honeysql {:mvn/version "2.5.1103"}
1111
}
1212

1313
;; These are needed for the Athena and Redshift drivers in order to build them. Maven repos from subprojects do not
@@ -21,7 +21,7 @@
2121
:aliases
2222
{:dev
2323
{:extra-deps
24-
{ io.github.metabase/metabase { :git/tag "v0.48.13", :git/sha "7a5ccd8" } }
24+
{ io.github.metabase/metabase { :git/tag "v0.49.25", :git/sha "59ee427" } }
2525
}
2626
}
2727
}

resources/metabase-plugin.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
info:
22
name: Metabase Teradata Driver
33
# also replace the version in deps.edn if you change the metabase version here
4-
version: 1.1.8-metabase-v0.48.13-teradata-jdbc-17.10
4+
version: 1.1.9-metabase-v0.49.25-teradata-jdbc-20.00
55
description: Allows Metabase to connect to Teradata databases. Community Supported driver.
66
dependencies:
77
- class: com.teradata.jdbc.TeraDriver
@@ -37,7 +37,7 @@ driver:
3737
- additional-options
3838
- placeholder: e.g. COPLAST=OFF
3939
# required in order that `Choose when syncs and scans happen` shows up in database options afterwards
40-
# (during first time setup, you only see `Periodically refingerprint tables` in metabase v0.48.13
40+
# (during first time setup, you only see `Periodically refingerprint tables` in metabase v0.49.25
4141
# the option `Choose when syncs and scans happen` only shows up later in admin -> Database -> advanced options)
4242
- default-advanced-options
4343
connection-properties-include-tunnel-config: false

src/metabase/driver/teradata.clj

-4
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@
8383
(keyword "timestamp with timezone") :type/DateTime
8484
(keyword "timestamp without timezone") :type/DateTime}, column-type))
8585

86-
(defmethod sql.qp/honey-sql-version :teradata
87-
[_driver]
88-
2)
89-
9086
(defn- dbnames-set
9187
"Transform the string of databases to a set of strings."
9288
[dbnames]

0 commit comments

Comments
 (0)