File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 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.12-metabase-v0.52.9-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.52.9
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
You can’t perform that action at this time.
0 commit comments