embulk-filter-postgres_lookup 0.1.4 → 0.1.5
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ee540484d77148fd7dd954630c483615bfc8c6e0fb51ee881d806e2567398a3
|
|
4
|
+
data.tar.gz: dcfc9d559f7baa9f8ca019717ffc0d79bf33b14745f92079904c6a9fa3b663aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce3ae099b68ce81ce44c72efd819ec5a62978f461d92740f5bd34dd865980f53a7787ff1daccc2c1a9661cd14bbadbec79e52ebd3d68222503f481af864e1058
|
|
7
|
+
data.tar.gz: 7c792778a130b6613ba8bf954a47eae43be2f4742d851d365693d51d27a3c6e275a803fdf90366042a965393d781bba6f694501d4baad7d76b00c44375e0c7ba
|
data/README.md
CHANGED
|
@@ -12,6 +12,9 @@ From strategy, to implementation, to ongoing managed services, Infoobjects creat
|
|
|
12
12
|
An Embulk filter plugin for Lookup Transformation with Postgres database
|
|
13
13
|
|
|
14
14
|
- **postgres_lookup**: Required attributes for the LookUp Filter Plugin -
|
|
15
|
+
- **driver_path**: driver path for your driver which you installed in your system (example `C:/Users/Abhishek Gupta/Desktop/postgresql-9.0-801.jdbc4.jar`)
|
|
16
|
+
- **driver_class**: driver class name (example `org.postgresql.Driver`)
|
|
17
|
+
- **schema_name**: schema name (example `testSchema`)
|
|
15
18
|
- **host**: database host (example `localhost`) (required)
|
|
16
19
|
- **port**: database port (example port for postgres `1433`) (required)
|
|
17
20
|
- **database**: database name (required)
|
data/build.gradle
CHANGED
data/classpath/{embulk-filter-postgres_lookup-0.1.4.jar → embulk-filter-postgres_lookup-0.1.5.jar}
RENAMED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: embulk-filter-postgres_lookup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Infoobjects Inc.
|
|
@@ -50,7 +50,7 @@ files:
|
|
|
50
50
|
- README.md
|
|
51
51
|
- build.gradle
|
|
52
52
|
- calendar.csv
|
|
53
|
-
- classpath/embulk-filter-postgres_lookup-0.1.
|
|
53
|
+
- classpath/embulk-filter-postgres_lookup-0.1.5.jar
|
|
54
54
|
- classpath/mysql-connector-java-8.0.19.jar
|
|
55
55
|
- classpath/postgresql-9.0-801.jdbc4.jar
|
|
56
56
|
- classpath/protobuf-java-3.6.1.jar
|