metabase / metabase/metabase

Driver: Teradata

Open
#3,102 15 comments 23 reactions 0 assignees View on GitHub
.Team/Drivers Database/ Type:New Feature
Dominant language
Clojure
Stars
49.3k
Forks
6.8k
Avg merge
1d 13h
Merged PRs (30d)
653

Description

JDBC Driver:
http://downloads.teradata.com/download/connectivity/jdbc-driver

Teradata SQL to get list of tables:
```sql
SELECT TableName
FROM dbc.tables
WHERE DatabaseName='{database name}'
ORDER BY 1
```

Teradata SQL to get list of table columns:
```sql
SELECT ColumnName
FROM DBC.COLUMNS
WHERE TableName='{table name}' AND DatabaseName = '{database name}'
ORDER BY ColumnId
```

⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍 comment**

Contributor guide

Open the contributing guide

Research direction

The issue provides a JDBC driver link and Teradata SQL queries for listing tables and columns, but names no repository files, tests, or entry point. Clarify the intended driver integration and acceptance criteria before starting; completion should include verified table and column discovery.

Written by the indexing model from the issue text.

Assessment

Tech stack
clojure, sql
Domain
database
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.