embulk-input-redshift 0.11.0-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 1cc5135f3a60ba99afb378300aa88635a38038b96e6232acb2cebd917a7bf999
4
+ data.tar.gz: 99419088d5f9b661f2af76afed0431b862739fcfc22128d30efc18cd8c576883
5
+ SHA512:
6
+ metadata.gz: 0b7957da247aa26f776d5593570e85154801231ac24a8db7aee4474010aaebd352aa85a11f93a5304a8b9dd0c121f3d5ff3dd041ce640b0d693dfc49a0f1546a
7
+ data.tar.gz: 9ae924d5ef70e743cc80c18329d28c37d3fe8ba3cf31844295485b68ab9dbd276474576c08be5ca800d23b384e194e67ce79bbadaced01b2564936d18223dc1a
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_input(
2
+ "redshift", "org.embulk.input.RedshiftInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-redshift
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.11.0
5
+ platform: java
6
+ authors:
7
+ - Sadayuki Furuhashi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-07-15 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Selects records from a table.
14
+ email:
15
+ - frsyuki@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/embulk-input-jdbc-0.11.0.jar
21
+ - classpath/embulk-input-postgresql-0.11.0.jar
22
+ - classpath/embulk-input-redshift-0.11.0.jar
23
+ - classpath/embulk-util-rubytime-0.3.0.jar
24
+ - classpath/embulk-util-timestamp-0.2.0.jar
25
+ - classpath/postgresql-9.4-1205-jdbc41.jar
26
+ - lib/embulk/input/redshift.rb
27
+ homepage: https://github.com/embulk/embulk-input-jdbc
28
+ licenses:
29
+ - Apache-2.0
30
+ metadata: {}
31
+ post_install_message:
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ requirements: []
46
+ rubyforge_project:
47
+ rubygems_version: 2.7.9
48
+ signing_key:
49
+ specification_version: 4
50
+ summary: JDBC input plugin for Embulk
51
+ test_files: []