Skip to content

Commit

Permalink
Version bump to 0.0.4 - support for nested fields
Browse files Browse the repository at this point in the history
  • Loading branch information
dacort committed Jul 6, 2019
1 parent 99ed5c3 commit a38631c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ Note that the initial sync can take some time depending on how many databases an
- ~~Parameterized queries are not supported~~
- Sometimes, the initial database verification can time out
- If this happens, configure a higher timeout value with the `MB_DB_CONNECTION_TIMEOUT_MS` environment variable
- Heavily nested fields can result in a `StackOverflowError`
- If this happens, increase the `-Xss` JVM parameter
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metabase/athena-driver "0.0.3-athena-jdbc-2.0.7"
(defproject metabase/athena-driver "0.0.4-athena-jdbc-2.0.7"
:min-lein-version "2.5.0"

:dependencies
Expand Down
2 changes: 1 addition & 1 deletion resources/metabase-plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Complete list of options here: https://github.com/metabase/metabase/wiki/Metabase-Plugin-Manifest-Reference
info:
name: Metabase Athena Driver
version: 0.0.3-athena-jdbc-2.0.7
version: 0.0.4-athena-jdbc-2.0.7
description: Allows Metabase to connect to AWS Athena databases. Community Supported driver.
driver:
name: athena
Expand Down

0 comments on commit a38631c

Please sign in to comment.