embulk-filter-postgres_lookup 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a870b67f2c4e7a9f64d252d6e97857fb0e0d45baa18e52459789bdb42a48294d
4
- data.tar.gz: 4107eee482ab4f50a48dd1676916b7c4a56601eeffcb4ad12c34f82c333055dd
3
+ metadata.gz: 2ee540484d77148fd7dd954630c483615bfc8c6e0fb51ee881d806e2567398a3
4
+ data.tar.gz: dcfc9d559f7baa9f8ca019717ffc0d79bf33b14745f92079904c6a9fa3b663aa
5
5
  SHA512:
6
- metadata.gz: 626480aecfbc7dc2217037e369403095ad78abdf987fd37c9ca68a589ad50a7dca21add69dba41475e67c7883d39cfa73ae95de2ed79906863f6db83fa7142b2
7
- data.tar.gz: 15930d8fd1f35d950dfa3957b996bfba37f8ef5922426647eeaf4907ec6d6110c30bbcad4fd5f8f7b85ed03162207ea881f392fac92406e26503ab10830b2664
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
@@ -13,7 +13,7 @@ configurations {
13
13
  provided
14
14
  }
15
15
 
16
- version = "0.1.4"
16
+ version = "0.1.5"
17
17
 
18
18
  sourceCompatibility = 1.8
19
19
  targetCompatibility = 1.8
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
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.4.jar
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