embulk-output-embulk_output_domo 0.2.2 → 0.2.3
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 435511fd7f9a31692d6e2115fec4101c8fae55d5
|
4
|
+
data.tar.gz: e064e771e202c7a2b5774938a53b30b2ad85674a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 993e535970bdcf1e2ccd049e5557e75a4d332aa1e9de4b76296339429c0ac1e7a810cbd38f9fab7d2b7dcda460a4138b182f99fa325a0f4dfca4b03951fda7df
|
7
|
+
data.tar.gz: 85aa5b270bd8f91d8a57092dceb077c798184847989d7e35aa1a787eb3a1e3675589c7274dabaa212d9fb09093695453a9351a31cdb125ff02f0c7ee1ee4cee6
|
data/build.gradle
CHANGED
Binary file
|
@@ -150,7 +150,7 @@ public class EmbulkOutputDomoOutputPlugin
|
|
150
150
|
for (int i = 0; i < schema.size(); i++) {
|
151
151
|
Column column = schema.getColumn(i);
|
152
152
|
Type type = column.getType();
|
153
|
-
|
153
|
+
System.out.println("{\n" +
|
154
154
|
" \"type\" : \""+type.getName().toUpperCase()+"\",\n" +
|
155
155
|
" \"name\" : \""+column.getName() +"\"\n" +
|
156
156
|
" },");
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: embulk-output-embulk_output_domo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Angelos Alexopoulos
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-10-
|
11
|
+
date: 2018-10-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -62,7 +62,7 @@ files:
|
|
62
62
|
- classpath/slf4j-api-1.7.21.jar
|
63
63
|
- classpath/gson-2.8.0.jar
|
64
64
|
- classpath/junit-4.12.jar
|
65
|
-
- classpath/embulk-output-embulk_output_domo-0.2.
|
65
|
+
- classpath/embulk-output-embulk_output_domo-0.2.3.jar
|
66
66
|
- classpath/okhttp-3.7.0.jar
|
67
67
|
- classpath/logging-interceptor-3.7.0.jar
|
68
68
|
- classpath/hamcrest-core-1.3.jar
|
Binary file
|