Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ For example, if you're running Metabase from a directory called `/app/`, you sho
# example directory structure for running Metabase with Teradata support
/app/metabase.jar
/app/plugins/teradata.metabase-driver.jar
/app/plugins/tdgssconfig.jar
/app/plugins/terajdbc4.jar
```

Expand All @@ -41,7 +40,6 @@ If you're running Metabase from the Mac App, the plugins directory defaults to `
```bash
# example directory structure for running Metabase Mac App with Teradata support
/Users/you/Library/Application Support/Metabase/Plugins/teradata.metabase-driver.jar
/Users/you/Library/Application Support/Metabase/Plugins/tdgssconfig.jar
/Users/you/Library/Application Support/Metabase/Plugins/terajdbc4.jar
```

Expand Down
2 changes: 1 addition & 1 deletion resources/metabase-plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
info:
name: Metabase Teradata Driver
version: 1.0.2-metabase-v0.42.4-teradata-jdbc-17.10
version: 1.0.2-metabase-v0.43.0-rc2-teradata-jdbc-17.10
description: Allows Metabase to connect to Teradata databases. Community Supported driver.
dependencies:
- class: com.teradata.jdbc.TeraDriver
Expand Down