embulk-output-redshift 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/classpath/{embulk-output-jdbc-0.4.3.jar → embulk-output-jdbc-0.4.4.jar} +0 -0
- data/classpath/{embulk-output-postgresql-0.4.3.jar → embulk-output-postgresql-0.4.4.jar} +0 -0
- data/classpath/{embulk-output-redshift-0.4.3.jar → embulk-output-redshift-0.4.4.jar} +0 -0
- 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: ac406036b03db205c0998db9dcd01c083285e936
|
4
|
+
data.tar.gz: 027b543234271f7cfd5841983d14a16a1e457a73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9401546c303ca1508fa67863c51567f700f0e1f906b378a70d2baa4d7c492ede713d73aec132fd6c421664353ec1bbcc7fec57bbe386e85900b96aea7343785
|
7
|
+
data.tar.gz: 493ccc5aed42364d519e5c6cef067f2024b0834c8bdb9ae11d97eb324d40b5b7921195fe27a4256acc761b21d408a1264247c4f2c7da9553c1fca3cc11ded850
|
data/README.md
CHANGED
@@ -18,10 +18,10 @@ Redshift output plugins for Embulk loads records to Redshift.
|
|
18
18
|
- **schema**: destination schema name (string, default: "public")
|
19
19
|
- **table**: destination table name (string, required)
|
20
20
|
- **access_key_id**: access key id for AWS
|
21
|
-
- **secret_access_key
|
22
|
-
- **iam_user_name
|
23
|
-
- **s3_bucket
|
24
|
-
- **s3_key_prefix
|
21
|
+
- **secret_access_key**: secret access key for AWS
|
22
|
+
- **iam_user_name**: IAM user name for uploading temporary files to S3. The user should have permissions of `s3:GetObject`, `s3:PutObject`, `s3:ListBucket` and `sts:GetFederationToken`.
|
23
|
+
- **s3_bucket**: S3 bucket name for temporary files
|
24
|
+
- **s3_key_prefix**: S3 key prefix for temporary files (string, default:"")
|
25
25
|
- **options**: extra connection properties (hash, default: {})
|
26
26
|
- **mode**: "replace" or "insert" (string, required)
|
27
27
|
- **batch_size**: size of a single batch insert (integer, default: 16777216)
|
Binary file
|
Binary file
|
Binary file
|
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.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-01-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Inserts or updates records to a table.
|
14
14
|
email:
|
@@ -30,9 +30,9 @@ files:
|
|
30
30
|
- classpath/aws-java-sdk-sts-1.10.33.jar
|
31
31
|
- classpath/commons-codec-1.6.jar
|
32
32
|
- classpath/commons-logging-1.1.3.jar
|
33
|
-
- classpath/embulk-output-jdbc-0.4.
|
34
|
-
- classpath/embulk-output-postgresql-0.4.
|
35
|
-
- classpath/embulk-output-redshift-0.4.
|
33
|
+
- classpath/embulk-output-jdbc-0.4.4.jar
|
34
|
+
- classpath/embulk-output-postgresql-0.4.4.jar
|
35
|
+
- classpath/embulk-output-redshift-0.4.4.jar
|
36
36
|
- classpath/httpclient-4.3.6.jar
|
37
37
|
- classpath/httpcore-4.3.3.jar
|
38
38
|
- classpath/postgresql-9.4-1205-jdbc41.jar
|