embulk-input-redshift 0.11.1-java → 0.12.3-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/classpath/embulk-input-jdbc-0.12.3.jar +0 -0
- data/classpath/embulk-input-postgresql-0.12.3.jar +0 -0
- data/classpath/embulk-input-redshift-0.12.3.jar +0 -0
- data/classpath/embulk-util-config-0.3.0.jar +0 -0
- data/classpath/embulk-util-json-0.1.1.jar +0 -0
- data/classpath/jackson-annotations-2.6.7.jar +0 -0
- data/classpath/jackson-core-2.6.7.jar +0 -0
- data/classpath/jackson-databind-2.6.7.jar +0 -0
- data/classpath/jackson-datatype-jdk8-2.6.7.jar +0 -0
- data/classpath/validation-api-1.1.0.Final.jar +0 -0
- data/lib/embulk/input/redshift.rb +3 -3
- metadata +12 -5
- data/classpath/embulk-input-jdbc-0.11.1.jar +0 -0
- data/classpath/embulk-input-postgresql-0.11.1.jar +0 -0
- data/classpath/embulk-input-redshift-0.11.1.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e49785ed22e9326e515fe5f36c6685aa76db46e2818683d7a2530d6489e12981
|
4
|
+
data.tar.gz: 655e033ab725127fd6164a417866ca2e34401b5442a1fde511bc025c50fb9fdf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bcda06cdfc0f35881d8587b65a8c2fc97f4043d3351852eba592d717614d449368cd5fc8c745a0db6e7671f80d5e4149048589bfe887d5e4397f089edfca76ad
|
7
|
+
data.tar.gz: e7a3114251ab7523e138fb239af9a5add20e57c91189343cd2e31b180d0fe1208b905aed2a6251e4afcd7b51b5e84b38d073a578f750610dea2bee8c6f79dfb8
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,3 +1,3 @@
|
|
1
|
-
Embulk::JavaPlugin.register_input(
|
2
|
-
"redshift", "org.embulk.input.RedshiftInputPlugin",
|
3
|
-
File.expand_path("../../../../classpath", __FILE__))
|
1
|
+
Embulk::JavaPlugin.register_input(
|
2
|
+
"redshift", "org.embulk.input.RedshiftInputPlugin",
|
3
|
+
File.expand_path("../../../../classpath", __FILE__))
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-input-redshift
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.3
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Sadayuki Furuhashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Selects records from a table.
|
14
14
|
email:
|
@@ -17,12 +17,19 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
-
- classpath/embulk-input-jdbc-0.
|
21
|
-
- classpath/embulk-input-postgresql-0.
|
22
|
-
- classpath/embulk-input-redshift-0.
|
20
|
+
- classpath/embulk-input-jdbc-0.12.3.jar
|
21
|
+
- classpath/embulk-input-postgresql-0.12.3.jar
|
22
|
+
- classpath/embulk-input-redshift-0.12.3.jar
|
23
|
+
- classpath/embulk-util-config-0.3.0.jar
|
24
|
+
- classpath/embulk-util-json-0.1.1.jar
|
23
25
|
- classpath/embulk-util-rubytime-0.3.2.jar
|
24
26
|
- classpath/embulk-util-timestamp-0.2.1.jar
|
27
|
+
- classpath/jackson-annotations-2.6.7.jar
|
28
|
+
- classpath/jackson-core-2.6.7.jar
|
29
|
+
- classpath/jackson-databind-2.6.7.jar
|
30
|
+
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
25
31
|
- classpath/postgresql-9.4-1205-jdbc41.jar
|
32
|
+
- classpath/validation-api-1.1.0.Final.jar
|
26
33
|
- lib/embulk/input/redshift.rb
|
27
34
|
homepage: https://github.com/embulk/embulk-input-jdbc
|
28
35
|
licenses:
|
Binary file
|
Binary file
|
Binary file
|