embulk-output-redshift 0.7.13 → 0.8.0
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.7.13.jar → embulk-output-jdbc-0.8.0.jar} +0 -0
- data/classpath/{embulk-output-postgresql-0.7.13.jar → embulk-output-postgresql-0.8.0.jar} +0 -0
- data/classpath/{embulk-output-redshift-0.7.13.jar → embulk-output-redshift-0.8.0.jar} +0 -0
- data/src/main/java/org/embulk/output/RedshiftOutputPlugin.java +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18d390db44513b18aa289d544f2523607aa6b048
|
4
|
+
data.tar.gz: e0dd7e14ad578964523debf800e97febb5fdd44b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96ec00d340cd45380f3ced557b3aea4ea5dc595e0baadd0513130e82340e8cc0c36266a2b02740e29b4232a6d6011d8ef85d7f4f48388931d8bd522992e2c93f
|
7
|
+
data.tar.gz: 7c1e9092cbc3f5e51cfbe4e38414d3499330575ccbff0601d02a89efd3416b661f5d9f5c44e313374e9cbfa09288d466b5de751ec17fa6528998e1b949e3f17e
|
Binary file
|
Binary file
|
Binary file
|
@@ -137,8 +137,8 @@ public class RedshiftOutputPlugin
|
|
137
137
|
props.putAll(t.getOptions());
|
138
138
|
|
139
139
|
props.setProperty("user", t.getUser());
|
140
|
-
logger.info("Connecting to {} options {}", url, props);
|
141
140
|
props.setProperty("password", t.getPassword());
|
141
|
+
logConnectionProperties(url, props);
|
142
142
|
|
143
143
|
return new RedshiftOutputConnector(url, props, t.getSchema());
|
144
144
|
}
|
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.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-12-
|
11
|
+
date: 2017-12-26 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Inserts or updates records to a table.
|
14
14
|
email:
|
@@ -25,9 +25,9 @@ files:
|
|
25
25
|
- classpath/aws-java-sdk-sts-1.10.77.jar
|
26
26
|
- classpath/commons-codec-1.6.jar
|
27
27
|
- classpath/commons-logging-1.1.3.jar
|
28
|
-
- classpath/embulk-output-jdbc-0.
|
29
|
-
- classpath/embulk-output-postgresql-0.
|
30
|
-
- classpath/embulk-output-redshift-0.
|
28
|
+
- classpath/embulk-output-jdbc-0.8.0.jar
|
29
|
+
- classpath/embulk-output-postgresql-0.8.0.jar
|
30
|
+
- classpath/embulk-output-redshift-0.8.0.jar
|
31
31
|
- classpath/embulk-util-aws-credentials-0.2.8.jar
|
32
32
|
- classpath/httpclient-4.3.6.jar
|
33
33
|
- classpath/httpcore-4.3.3.jar
|