embulk-input-athena 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/build.gradle +1 -1
- data/src/main/java/org/embulk/input/athena/AthenaInputPlugin.java +6 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df05f5540bab30f61316b799b7cb80b849da32d6
|
|
4
|
+
data.tar.gz: 0a854b7fc362bdff91f8423bd788a119426a4ff0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b84f7b31683d9d239bd41bde61d35ee9d003fe5d0537b96b9f06310ac9123a752288197b671d7d11d335a215bb9334a4589013d9ac65d7cddef3cd033d53371f
|
|
7
|
+
data.tar.gz: c6ea2231c7e1dc107f89b4d0fdf3ba1ee7e495b1be14de86e3c75782fb2219b0818fa094e3d14ac23a492748b7acc5a5781e4ed798ed2a41115b8a783c3f1ca6
|
data/README.md
CHANGED
|
@@ -52,4 +52,7 @@ embulk>$ ./gradlew gem # -t to watch change of files and rebuild continuously
|
|
|
52
52
|
|
|
53
53
|
embulk>$ embulk preview -I lib sample.yml
|
|
54
54
|
embulk>$ embulk preview -L . sample.yml
|
|
55
|
+
|
|
56
|
+
curl -u shinji19 https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials
|
|
57
|
+
embulk>$ ./gradlew gemPush
|
|
55
58
|
```
|
data/build.gradle
CHANGED
|
@@ -142,6 +142,7 @@ public class AthenaInputPlugin implements InputPlugin
|
|
|
142
142
|
}
|
|
143
143
|
catch (SQLException e) {
|
|
144
144
|
e.printStackTrace();
|
|
145
|
+
throw new RuntimeException(e);
|
|
145
146
|
}
|
|
146
147
|
}
|
|
147
148
|
|
|
@@ -153,6 +154,7 @@ public class AthenaInputPlugin implements InputPlugin
|
|
|
153
154
|
}
|
|
154
155
|
catch (SQLException e) {
|
|
155
156
|
e.printStackTrace();
|
|
157
|
+
throw new RuntimeException(e);
|
|
156
158
|
}
|
|
157
159
|
}
|
|
158
160
|
|
|
@@ -170,6 +172,7 @@ public class AthenaInputPlugin implements InputPlugin
|
|
|
170
172
|
}
|
|
171
173
|
catch (SQLException e) {
|
|
172
174
|
e.printStackTrace();
|
|
175
|
+
throw new RuntimeException(e);
|
|
173
176
|
}
|
|
174
177
|
}
|
|
175
178
|
|
|
@@ -187,6 +190,7 @@ public class AthenaInputPlugin implements InputPlugin
|
|
|
187
190
|
}
|
|
188
191
|
catch (SQLException e) {
|
|
189
192
|
e.printStackTrace();
|
|
193
|
+
throw new RuntimeException(e);
|
|
190
194
|
}
|
|
191
195
|
}
|
|
192
196
|
|
|
@@ -204,6 +208,7 @@ public class AthenaInputPlugin implements InputPlugin
|
|
|
204
208
|
}
|
|
205
209
|
catch (SQLException e) {
|
|
206
210
|
e.printStackTrace();
|
|
211
|
+
throw new RuntimeException(e);
|
|
207
212
|
}
|
|
208
213
|
}
|
|
209
214
|
|
|
@@ -224,6 +229,7 @@ public class AthenaInputPlugin implements InputPlugin
|
|
|
224
229
|
}
|
|
225
230
|
catch (Exception e) {
|
|
226
231
|
e.printStackTrace();
|
|
232
|
+
throw new RuntimeException(e);
|
|
227
233
|
}
|
|
228
234
|
finally {
|
|
229
235
|
try {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-input-athena
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- shinji19
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-02-
|
|
11
|
+
date: 2021-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -180,7 +180,7 @@ files:
|
|
|
180
180
|
- classpath/aws-java-sdk-xray-1.11.301.jar
|
|
181
181
|
- classpath/commons-codec-1.10.jar
|
|
182
182
|
- classpath/commons-logging-1.2.jar
|
|
183
|
-
- classpath/embulk-input-athena-0.1.
|
|
183
|
+
- classpath/embulk-input-athena-0.1.6.jar
|
|
184
184
|
- classpath/embulk-input-jdbc-0.9.1.jar
|
|
185
185
|
- classpath/httpclient-4.5.5.jar
|
|
186
186
|
- classpath/httpcore-4.4.9.jar
|