embulk-output-snowflake 0.3.1-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 202fb339b45f77751883f1d397d138c4beee24d1a5fabac5d6b1fb3859165484
4
+ data.tar.gz: 739c91f7225aff35c40c6eb4086433737ef6693a3768e1d6d5d2af44c20ac8de
5
+ SHA512:
6
+ metadata.gz: 175fa850615eddd4c0a465d491685e21674f5ff0d9c2956ddd7c89ba55251a2f2bd580c455effd00ad84818bffe55a2d412142f86de3b47ef2c28dcd82f84d47
7
+ data.tar.gz: 5005ba1790c51f444cc8cfac6ec7e3c2c605ba44def88413cab8ce698a40322d1d3011355ffd89ba70c27ccc00d70057581d43bf9ac115118c4fd1db38b7991e
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+
2
+ MIT License
3
+
4
+ Permission is hereby granted, free of charge, to any person obtaining
5
+ a copy of this software and associated documentation files (the
6
+ "Software"), to deal in the Software without restriction, including
7
+ without limitation the rights to use, copy, modify, merge, publish,
8
+ distribute, sublicense, and/or sell copies of the Software, and to
9
+ permit persons to whom the Software is furnished to do so, subject to
10
+ the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be
13
+ included in all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_output(
2
+ "snowflake", "org.embulk.output.snowflake.SnowflakeOutputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-output-snowflake
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.1
5
+ platform: java
6
+ authors:
7
+ - giwa
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-09-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Dumps records to Snowflake.
14
+ email:
15
+ - ugw.gi.world@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - LICENSE.txt
21
+ - classpath/embulk-output-jdbc-0.10.1.jar
22
+ - classpath/embulk-output-snowflake-0.3.1.jar
23
+ - classpath/embulk-util-config-0.3.0.jar
24
+ - classpath/embulk-util-json-0.1.1.jar
25
+ - classpath/embulk-util-retryhelper-0.8.2.jar
26
+ - classpath/embulk-util-rubytime-0.3.2.jar
27
+ - classpath/embulk-util-timestamp-0.2.1.jar
28
+ - classpath/jackson-annotations-2.6.7.jar
29
+ - classpath/jackson-core-2.6.7.jar
30
+ - classpath/jackson-databind-2.6.7.jar
31
+ - classpath/jackson-datatype-jdk8-2.6.7.jar
32
+ - classpath/snowflake-jdbc-3.13.5.jar
33
+ - classpath/validation-api-1.1.0.Final.jar
34
+ - lib/embulk/output/snowflake.rb
35
+ homepage: https://github.com/trocco-io/embulk-output-snowflake
36
+ licenses:
37
+ - MIT
38
+ metadata: {}
39
+ post_install_message:
40
+ rdoc_options: []
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ requirements: []
54
+ rubyforge_project:
55
+ rubygems_version: 2.7.9
56
+ signing_key:
57
+ specification_version: 4
58
+ summary: Snowflake output plugin for Embulk
59
+ test_files: []