README.md in embulk-input-redshift-0.6.0 vs README.md in embulk-input-redshift-0.6.1
- old
+ new
@@ -15,9 +15,11 @@
- **password**: database login password (string, default: "")
- **database**: destination database name (string, required)
- **schema**: destination schema name (string, default: "public")
- **where**: WHERE condition to filter the rows (string, default: no-condition)
- **fetch_rows**: number of rows to fetch one time (used for java.sql.Statement#setFetchSize) (integer, default: 10000)
+- **connect_timeout**: timeout for establishment of a database connection. (integer (seconds), default: 300)
+- **socket_timeout**: timeout for socket read operations. 0 means no timeout. (integer (seconds), default: 1800)
- **options**: extra JDBC properties (hash, default: {})
- If you write SQL directly,
- **query**: SQL to run (string)
- If **query** is not set,
- **table**: destination table name (string, required)