embulk-input-trino 0.0.1-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: 608dcc30b6dabca0a9531e9b6653d8cc5ebb781b77a7037c9a83c19b30a671af
4
+ data.tar.gz: cf2973de592bf88d3a8c78d0f78b97c1f5e31db73214057606e1cc45dcbf6e0e
5
+ SHA512:
6
+ metadata.gz: 12728f8e96a5e27fed46c4fbb78c3c62b5226d82332707513a8bf9bcedf45e33583482669e3a853a595627948ff81c09243debb9a79ae418350212d5079e91f4
7
+ data.tar.gz: 753a9902539cc94b12dffe303a442e1d1d87a68c99c6e71a67d8fe9fa33ba1363c3ed549b7a5646bb42101bab42701436eebd37b95e9486c0e1ae3dcaadab197
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_input(
2
+ "trino", "io.github.okkez.embulk.input.trino.TrinoInputPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,70 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-input-trino
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: java
6
+ authors:
7
+ - okkez
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-03-28 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Trino input plugin for Embulk loads records from Trino using trino-client.
14
+ email:
15
+ - okkez000@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - classpath/annotations-13.0.jar
21
+ - classpath/checker-qual-3.37.0.jar
22
+ - classpath/embulk-api-0.10.43.jar
23
+ - classpath/embulk-input-trino-0.0.1.jar
24
+ - classpath/embulk-spi-0.11.jar
25
+ - classpath/embulk-util-config-0.4.1.jar
26
+ - classpath/error_prone_annotations-2.21.1.jar
27
+ - classpath/failsafe-3.3.2.jar
28
+ - classpath/failureaccess-1.0.1.jar
29
+ - classpath/guava-32.1.3-jre.jar
30
+ - classpath/jackson-annotations-2.16.1.jar
31
+ - classpath/jackson-core-2.16.1.jar
32
+ - classpath/jackson-databind-2.16.1.jar
33
+ - classpath/jackson-datatype-jdk8-2.16.1.jar
34
+ - classpath/jakarta.annotation-api-2.1.1.jar
35
+ - classpath/jsr305-3.0.2.jar
36
+ - classpath/kotlin-stdlib-1.9.10.jar
37
+ - classpath/kotlin-stdlib-common-1.9.10.jar
38
+ - classpath/kotlin-stdlib-jdk7-1.9.10.jar
39
+ - classpath/kotlin-stdlib-jdk8-1.9.10.jar
40
+ - classpath/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
41
+ - classpath/okhttp-4.12.0.jar
42
+ - classpath/okhttp-urlconnection-4.12.0.jar
43
+ - classpath/okio-jvm-3.6.0.jar
44
+ - classpath/trino-client-440.jar
45
+ - classpath/units-1.7.jar
46
+ - lib/embulk/input/trino.rb
47
+ homepage: https://github.com/okkez/embulk-input-trino
48
+ licenses:
49
+ - Apache-2.0
50
+ metadata: {}
51
+ post_install_message:
52
+ rdoc_options: []
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: '0'
60
+ required_rubygems_version: !ruby/object:Gem::Requirement
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ version: '0'
65
+ requirements: []
66
+ rubygems_version: 3.3.26
67
+ signing_key:
68
+ specification_version: 4
69
+ summary: Trino input plugin for Embulk
70
+ test_files: []