embulk-input-trino-jdbc 0.1.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/classpath/embulk-input-jdbc-0.13.2.jar +0 -0
- data/classpath/embulk-input-trino-jdbc-0.1.0.jar +0 -0
- data/classpath/embulk-util-config-0.3.2.jar +0 -0
- data/classpath/embulk-util-json-0.1.1.jar +0 -0
- data/classpath/embulk-util-rubytime-0.3.2.jar +0 -0
- data/classpath/embulk-util-timestamp-0.2.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/trino-jdbc-442.jar +0 -0
- data/classpath/validation-api-1.1.0.Final.jar +0 -0
- data/lib/embulk/input/trino-jdbc.rb +3 -0
- metadata +56 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 2d117cea3c95664c78015cd529c28a506f0ddcf0134cad03fcf18e705f9d5abc
|
4
|
+
data.tar.gz: 1da3d3035e669ed4b50b16fa5412ead1bcdde65fde48a0dc32ad95fff7b0cc53
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 622445e76f2da7032b7f4729c09b2de4cd7cbc06d605f236b004f0563f10a3e57696361e26da9e99c07484214e6e91fa1756b781bbed01d22b39c615c2de5995
|
7
|
+
data.tar.gz: 7d8ae0457cbc749a6b22e457289f754539f2c84f7d4f370cc8181dae6bde5d3499d8f26b64b59f83d293e0f2b7bc396948c0f6194496c6c281f1d8d9576c677b
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,56 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: embulk-input-trino-jdbc
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: java
|
6
|
+
authors:
|
7
|
+
- ''
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2024-03-28 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Trino JDBC input plugin for Embulk loads records from Trino
|
14
|
+
email:
|
15
|
+
- ''
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- classpath/embulk-input-jdbc-0.13.2.jar
|
21
|
+
- classpath/embulk-input-trino-jdbc-0.1.0.jar
|
22
|
+
- classpath/embulk-util-config-0.3.2.jar
|
23
|
+
- classpath/embulk-util-json-0.1.1.jar
|
24
|
+
- classpath/embulk-util-rubytime-0.3.2.jar
|
25
|
+
- classpath/embulk-util-timestamp-0.2.1.jar
|
26
|
+
- classpath/jackson-annotations-2.6.7.jar
|
27
|
+
- classpath/jackson-core-2.6.7.jar
|
28
|
+
- classpath/jackson-databind-2.6.7.jar
|
29
|
+
- classpath/jackson-datatype-jdk8-2.6.7.jar
|
30
|
+
- classpath/trino-jdbc-442.jar
|
31
|
+
- classpath/validation-api-1.1.0.Final.jar
|
32
|
+
- lib/embulk/input/trino-jdbc.rb
|
33
|
+
homepage: https://github.com/reproio/embulk-input-trino-jdbc
|
34
|
+
licenses:
|
35
|
+
- Apache-2.0
|
36
|
+
metadata: {}
|
37
|
+
post_install_message:
|
38
|
+
rdoc_options: []
|
39
|
+
require_paths:
|
40
|
+
- lib
|
41
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
42
|
+
requirements:
|
43
|
+
- - ">="
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '0'
|
46
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
47
|
+
requirements:
|
48
|
+
- - ">="
|
49
|
+
- !ruby/object:Gem::Version
|
50
|
+
version: '0'
|
51
|
+
requirements: []
|
52
|
+
rubygems_version: 3.3.26
|
53
|
+
signing_key:
|
54
|
+
specification_version: 4
|
55
|
+
summary: Trino JDBC input plugin for Embulk loads records from Trino
|
56
|
+
test_files: []
|