Skip to content

Commit

Permalink
Merge pull request #75 from civitaspo/rel/v0.3.1
Browse files Browse the repository at this point in the history
Ship v0.3.1
  • Loading branch information
civitaspo authored Aug 5, 2019
2 parents 7ea9ee7 + 41d981f commit 679e7fc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.3.1 (2019-08-05)
==================

* [Fix -- `athena.ctas>`] When using `save_mode: overwrite`, delete the specified table and location, not the table location that the data catalog has.
* [New featuere -- `athena.drop_table_multi>`] `protect` option.

0.3.0 (2019-07-30)
==================

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _export:
repositories:
- https://jitpack.io
dependencies:
- pro.civitaspo:digdag-operator-athena:0.3.0
- pro.civitaspo:digdag-operator-athena:0.3.1
athena:
auth_method: profile

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'pro.civitaspo'
version = '0.3.0'
version = '0.3.1'

def digdagVersion = '0.9.37'
def awsSdkVersion = "1.11.587"
Expand Down
2 changes: 1 addition & 1 deletion example/example.dig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _export:
- file://${repos}
# - https://jitpack.io
dependencies:
- pro.civitaspo:digdag-operator-athena:0.3.0
- pro.civitaspo:digdag-operator-athena:0.3.1
athena:
auth_method: profile
value: 5
Expand Down

0 comments on commit 679e7fc

Please sign in to comment.