Skip to content

Commit

Permalink
Version bump to v0.1.0 - thanks to @cupello and @rodrigodc07 for refa…
Browse files Browse the repository at this point in the history
…ctoring nested field support
  • Loading branch information
dacort committed Jul 31, 2019
1 parent b40102f commit 00ec847
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ You'll need to provide the AWS region, an access key and secret key, and an S3 b

Note that the initial sync can take some time depending on how many databases and tables you have.

## Testing

Only one test exists at the moment, but can easily be run:

```shell
lein test
```

## Known Issues

- Cannot specify a single database to sync
Expand Down
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.4-athena-jdbc-2.0.7"
(defproject metabase/athena-driver "0.1.0-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.4-athena-jdbc-2.0.7
version: 0.1.0-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 00ec847

Please sign in to comment.