File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ 0.2.2 (2019-07-19)
2+ ==================
3+
4+ * [ Enhancement] Use scala-logging for logging instead of using slf4j directly
5+ * [ Enhancement] Use workgroup default output location for athena query result output location.
6+ * [ Change - ` athena.ctas> ` ] Introduce ` location ` option and ` output ` option become deprecated.
7+
8+
190.2.1 (2019-07-16)
210==================
311
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ _export:
1515 repositories :
1616 - https://jitpack.io
1717 dependencies :
18- - pro.civitaspo:digdag-operator-athena:0.2.1
18+ - pro.civitaspo:digdag-operator-athena:0.2.2
1919 athena :
2020 auth_method : profile
2121
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = ' pro.civitaspo'
8- version = ' 0.2.1 '
8+ version = ' 0.2.2 '
99
1010def digdagVersion = ' 0.9.37'
1111def awsSdkVersion = " 1.11.587"
Original file line number Diff line number Diff line change 44 - file://${repos}
55 # - https://jitpack.io
66 dependencies:
7- - pro.civitaspo:digdag-operator-athena:0.2.1
7+ - pro.civitaspo:digdag-operator-athena:0.2.2
88 athena:
99 auth_method: profile
1010 value: 5
You can’t perform that action at this time.
0 commit comments