embulk-output-redshift 0.9.0-java

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 4655fc6b821e8415e9f3299cbb74490766df0ed1a951a33d8ed6ca67568835c5
4
+ data.tar.gz: c67f3f1fb358bc92aca1585f756b51ef682e15555b97f3dfdac73a3983868ed0
5
+ SHA512:
6
+ metadata.gz: 43b57506936eaa7fa02870195006b3459667da685bcaf77d3b64ecc267b704f6b4306f4d997a99a83e2421928962db0b654087753ecce3fa2ce49d957442efa1
7
+ data.tar.gz: 99b9da46e6505d4cd157b0a7a9171643678a914a91de6e00b44342e2c0007c0541565548d89a3f62bec61421dc1cd8d962843f2ab635dd657d1d3b6286184c2e
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_output(
2
+ "redshift", "org.embulk.output.RedshiftOutputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-output-redshift
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.0
5
+ platform: java
6
+ authors:
7
+ - Sadayuki Furuhashi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-09-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Inserts or updates records to a table.
14
+ email:
15
+ - frsyuki@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/aws-java-sdk-core-1.11.523.jar
21
+ - classpath/aws-java-sdk-kms-1.11.523.jar
22
+ - classpath/aws-java-sdk-s3-1.11.523.jar
23
+ - classpath/aws-java-sdk-sts-1.11.523.jar
24
+ - classpath/commons-codec-1.10.jar
25
+ - classpath/commons-logging-1.2.jar
26
+ - classpath/embulk-output-jdbc-0.9.0.jar
27
+ - classpath/embulk-output-postgresql-0.9.0.jar
28
+ - classpath/embulk-output-redshift-0.9.0.jar
29
+ - classpath/embulk-util-aws-credentials-0.3.5.jar
30
+ - classpath/embulk-util-rubytime-0.3.2.jar
31
+ - classpath/embulk-util-timestamp-0.2.1.jar
32
+ - classpath/httpclient-4.5.5.jar
33
+ - classpath/httpcore-4.4.9.jar
34
+ - classpath/ion-java-1.0.2.jar
35
+ - classpath/jackson-dataformat-cbor-2.6.7.jar
36
+ - classpath/jcl-over-slf4j-1.7.12.jar
37
+ - classpath/jmespath-java-1.11.523.jar
38
+ - classpath/postgresql-9.4-1205-jdbc41.jar
39
+ - lib/embulk/output/redshift.rb
40
+ homepage: https://github.com/embulk/embulk-output-jdbc
41
+ licenses:
42
+ - Apache-2.0
43
+ metadata: {}
44
+ post_install_message:
45
+ rdoc_options: []
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ requirements: []
59
+ rubyforge_project:
60
+ rubygems_version: 2.7.9
61
+ signing_key:
62
+ specification_version: 4
63
+ summary: JDBC output plugin for Embulk
64
+ test_files: []