embulk-input-redshift 0.7.1 → 0.7.2

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
  SHA1:
3
- metadata.gz: 0207d51dd7b1c1c37fc11f2e47c228bd272a3ced
4
- data.tar.gz: fa10a13c604acf329f45f72ad64c9de9f7c69eac
3
+ metadata.gz: 08e6e18498c2526a2931f5535a555f747d4bbf0e
4
+ data.tar.gz: 142340e8d88ac8780107dbdf6ec16020cd4d91aa
5
5
  SHA512:
6
- metadata.gz: a9e63a888ed8211ade191bcad6a38c573b7df2b8d74fccae91e7c23affd0f0525cb01ef0354c0c575bae797f7e82624c5849bd39ab6eee5cd3d0d555d013403e
7
- data.tar.gz: 9819df5741ae444b3f786de42dd67671fe10c649342043944342772798f82ce95ccb83946c878e003269a257c7a299f1a77d76ff68165fe3c31cd2fac524b6c3
6
+ metadata.gz: dcc6d6e8db32b1d28779e48cf0aca9b07d8c0de1477a1cf52f1db913acd30cd7b9392457e6d180b3a2736fe49d764cf8c37d6856c153947b443458a1a0422059
7
+ data.tar.gz: c0d64afefba4d4883cb62d81f79a3546e525f7e0eac7cac6bfe20d522c59c817c7b18e47bdb5fee8eb9030b4522cf81ffa2f00b0f13ed2d9281beae0d319595c
data/README.md CHANGED
@@ -26,6 +26,7 @@ Redshift input plugins for Embulk loads records from Redshift.
26
26
  - **table**: destination table name (string, required)
27
27
  - **select**: comma-separated list of columns to select (string, default: "*")
28
28
  - **where**: WHERE condition to filter the rows (string, default: no-condition)
29
+ - **order_by**: name of the column that rows are sorted by (string, default: not sorted)
29
30
  - **default_timezone**: If the sql type of a column is `date`/`time`/`datetime` and the embulk type is `string`, column values are formatted int this default_timezone. You can overwrite timezone for each columns using column_options option. (string, default: `UTC`)
30
31
  - **column_options**: advanced: a key-value pairs where key is a column name and value is options for the column.
31
32
  - **value_type**: embulk get values from database as this value_type. Typically, the value_type determines `getXXX` method of `java.sql.PreparedStatement`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: embulk-input-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sadayuki Furuhashi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-06 00:00:00.000000000 Z
11
+ date: 2016-06-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Selects records from a table.
14
14
  email:
@@ -21,9 +21,9 @@ files:
21
21
  - build.gradle
22
22
  - lib/embulk/input/redshift.rb
23
23
  - src/main/java/org/embulk/input/RedshiftInputPlugin.java
24
- - classpath/embulk-input-jdbc-0.7.1.jar
25
- - classpath/embulk-input-postgresql-0.7.1.jar
26
- - classpath/embulk-input-redshift-0.7.1.jar
24
+ - classpath/embulk-input-jdbc-0.7.2.jar
25
+ - classpath/embulk-input-postgresql-0.7.2.jar
26
+ - classpath/embulk-input-redshift-0.7.2.jar
27
27
  - classpath/postgresql-9.4-1205-jdbc41.jar
28
28
  homepage: https://github.com/embulk/embulk-input-jdbc
29
29
  licenses: