Skip to content

Commit 249234f

Browse files
committed
Revert "New metabase version: v0.51.12"
This reverts commit 73191c1.
1 parent d44121b commit 249234f

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

resources/metabase-plugin.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
info:
2+
name: Metabase Teradata Driver
3+
# also replace the version in deps.edn if you change the metabase version here
4+
version: 1.1.11-metabase-v0.51.12-teradata-jdbc-20.00
5+
description: Allows Metabase to connect to Teradata databases. Community Supported driver.
6+
dependencies:
7+
- class: com.teradata.jdbc.TeraDriver
8+
message: >
9+
Metabase requires the Teradata terajdbc4.jar in order to be able to connect to Teradata databases.
10+
driver:
11+
name: teradata
12+
display-name: Teradata
13+
lazy-load: true
14+
parent: sql-jdbc
15+
connection-properties:
16+
- host
17+
- merge:
18+
- port
19+
- default: 1025
20+
- name: dbnames
21+
display-name: Database name(s) (case sensitive)
22+
placeholder: Comma-separated list of database names
23+
- user
24+
- password
25+
- ssl
26+
- name: encrypt-data
27+
display-name: Encrypt data
28+
default: true
29+
type: boolean
30+
- advanced-options-start
31+
- name: tmode
32+
display-name: Transaction mode
33+
default: ANSI
34+
visible-if:
35+
advanced-options: true
36+
- merge:
37+
- additional-options
38+
- placeholder: e.g. COPLAST=OFF
39+
# 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.51.12
41+
# the option `Choose when syncs and scans happen` only shows up later in admin -> Database -> advanced options)
42+
- default-advanced-options
43+
connection-properties-include-tunnel-config: false
44+
init:
45+
- step: load-namespace
46+
namespace: metabase.driver.teradata
47+
- step: register-jdbc-driver
48+
class: com.teradata.jdbc.TeraDriver

0 commit comments

Comments
 (0)