embulk-input-snowflakedb 0.1.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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 8692b385ccee97e4ddc4d3d535deeb2605df0aeb3f42edd707f662d22c3e3a63
4
+ data.tar.gz: 158911fbdb0b83c991dcb09ba9e97444ddf4bca8253d12e16d0b5b0a24b66529
5
+ SHA512:
6
+ metadata.gz: 9b3c7c3acfe383dbfc710b4d63198a01ae7949f899b1b91d256fd2ca7bbcdda4cd4d5ddc79c2634019b92a0871ff50bd9cddf3a3b010fe721f7c39d3362de712
7
+ data.tar.gz: 2fc08a54784c4666de88c7a20af8a24bbdaf2378478e84b27e13a27b60ad657ec3c7164b9cecaf79fc88d324c1500347ae2260e0235dd51317aeb7fad0484db7
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_input(
2
+ "snowflake", "jp.estie.input.snowflake.SnowflakeInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-snowflakedb
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: java
6
+ authors:
7
+ - kenkoooo
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-01-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Embulk input plugin for Snowflake
14
+ email:
15
+ - kenkou.n@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/annotations-13.0.jar
21
+ - classpath/embulk-input-jdbc-0.13.2.jar
22
+ - classpath/embulk-input-snowflakedb-0.1.0.jar
23
+ - classpath/embulk-util-config-0.3.2.jar
24
+ - classpath/embulk-util-json-0.1.1.jar
25
+ - classpath/embulk-util-rubytime-0.3.2.jar
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
31
+ - classpath/kotlin-stdlib-1.9.21.jar
32
+ - classpath/snowflake-jdbc-3.14.4.jar
33
+ - classpath/validation-api-1.1.0.Final.jar
34
+ - lib/embulk/input/snowflake.rb
35
+ homepage: https://github.com/estie-inc/embulk-input-snowflakedb
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
+ rubygems_version: 3.3.26
55
+ signing_key:
56
+ specification_version: 4
57
+ summary: Embulk input plugin for Snowflake
58
+ test_files: []