Skip to content

Commit 41d981f

Browse files
committed
Ship v0.3.1
1 parent 7ea9ee7 commit 41d981f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.3.1 (2019-08-05)
2+
==================
3+
4+
* [Fix -- `athena.ctas>`] When using `save_mode: overwrite`, delete the specified table and location, not the table location that the data catalog has.
5+
* [New featuere -- `athena.drop_table_multi>`] `protect` option.
6+
17
0.3.0 (2019-07-30)
28
==================
39

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _export:
1515
repositories:
1616
- https://jitpack.io
1717
dependencies:
18-
- pro.civitaspo:digdag-operator-athena:0.3.0
18+
- pro.civitaspo:digdag-operator-athena:0.3.1
1919
athena:
2020
auth_method: profile
2121

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'pro.civitaspo'
8-
version = '0.3.0'
8+
version = '0.3.1'
99

1010
def digdagVersion = '0.9.37'
1111
def awsSdkVersion = "1.11.587"

Diff for: example/example.dig

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _export:
44
- file://${repos}
55
# - https://jitpack.io
66
dependencies:
7-
- pro.civitaspo:digdag-operator-athena:0.3.0
7+
- pro.civitaspo:digdag-operator-athena:0.3.1
88
athena:
99
auth_method: profile
1010
value: 5

0 commit comments

Comments
 (0)