embulk-output-redshift 0.2.2 → 0.2.3
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/classpath/embulk-output-jdbc-0.2.3.jar +0 -0
- data/classpath/embulk-output-postgresql-0.2.3.jar +0 -0
- data/classpath/{embulk-output-redshift-0.2.2.jar → embulk-output-redshift-0.2.3.jar} +0 -0
- data/src/main/java/org/embulk/output/RedshiftOutputPlugin.java +3 -0
- metadata +13 -13
- data/classpath/embulk-output-jdbc-0.2.2.jar +0 -0
- data/classpath/embulk-output-postgresql-0.2.2.jar +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ff2fd199953ea0ebd7ac862ff8418663cfbf036
|
|
4
|
+
data.tar.gz: 3d74746d1268d79795e6e688c7e0b4c9c19ab559
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b87622b0cf0964548b343552fb7b428446f2f72d7c384a67a537816b8d7c30f826a69a01c0f25be23c8d5030ca1ad24c2c295a3b50eae559be8836611b5935a
|
|
7
|
+
data.tar.gz: 3ca0ba498a1f26c764388b6cf7e4a3ed1bce4d602c3b5c01e09c96e89e219c768cf31ea8b238248fe9ee3249f0ad7079d788801b937dd9c13abbdeb375ee2071
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -104,6 +104,9 @@ public class RedshiftOutputPlugin
|
|
|
104
104
|
@Override
|
|
105
105
|
protected BatchInsert newBatchInsert(PluginTask task) throws IOException, SQLException
|
|
106
106
|
{
|
|
107
|
+
if (task.getMode().isMerge()) {
|
|
108
|
+
throw new UnsupportedOperationException("mode 'merge' is not implemented for this type");
|
|
109
|
+
}
|
|
107
110
|
RedshiftPluginTask t = (RedshiftPluginTask) task;
|
|
108
111
|
AWSCredentials creds = new BasicAWSCredentials(
|
|
109
112
|
t.getAccessKeyId(), t.getSecretAccessKey());
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-output-redshift
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sadayuki Furuhashi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Inserts or updates records to a table.
|
|
14
14
|
email:
|
|
@@ -24,21 +24,21 @@ files:
|
|
|
24
24
|
- src/main/java/org/embulk/output/redshift/RedshiftCopyBatchInsert.java
|
|
25
25
|
- src/main/java/org/embulk/output/redshift/RedshiftOutputConnection.java
|
|
26
26
|
- src/main/java/org/embulk/output/redshift/RedshiftOutputConnector.java
|
|
27
|
-
- classpath/
|
|
28
|
-
- classpath/aws-java-sdk-kms-1.9.17.jar
|
|
29
|
-
- classpath/aws-java-sdk-s3-1.9.17.jar
|
|
30
|
-
- classpath/aws-java-sdk-sts-1.9.17.jar
|
|
31
|
-
- classpath/commons-codec-1.6.jar
|
|
27
|
+
- classpath/embulk-output-jdbc-0.2.3.jar
|
|
32
28
|
- classpath/commons-logging-1.1.3.jar
|
|
33
|
-
- classpath/embulk-output-jdbc-0.2.2.jar
|
|
34
|
-
- classpath/embulk-output-postgresql-0.2.2.jar
|
|
35
|
-
- classpath/embulk-output-redshift-0.2.2.jar
|
|
36
|
-
- classpath/httpclient-4.3.4.jar
|
|
37
29
|
- classpath/httpcore-4.3.2.jar
|
|
38
|
-
- classpath/jna-4.1.0.jar
|
|
39
|
-
- classpath/jna-platform-4.1.0.jar
|
|
40
30
|
- classpath/postgresql-9.4-1200-jdbc41.jar
|
|
31
|
+
- classpath/aws-java-sdk-kms-1.9.17.jar
|
|
32
|
+
- classpath/embulk-output-postgresql-0.2.3.jar
|
|
33
|
+
- classpath/aws-java-sdk-sts-1.9.17.jar
|
|
34
|
+
- classpath/embulk-output-redshift-0.2.3.jar
|
|
35
|
+
- classpath/aws-java-sdk-s3-1.9.17.jar
|
|
41
36
|
- classpath/slf4j-simple-1.7.7.jar
|
|
37
|
+
- classpath/aws-java-sdk-core-1.9.17.jar
|
|
38
|
+
- classpath/jna-platform-4.1.0.jar
|
|
39
|
+
- classpath/httpclient-4.3.4.jar
|
|
40
|
+
- classpath/jna-4.1.0.jar
|
|
41
|
+
- classpath/commons-codec-1.6.jar
|
|
42
42
|
- classpath/waffle-jna-1.7.jar
|
|
43
43
|
homepage: https://github.com/embulk/embulk-output-jdbc
|
|
44
44
|
licenses:
|
|
Binary file
|
|
Binary file
|