Skip to content

Commit

Permalink
COPY option param desc
Browse files Browse the repository at this point in the history
  • Loading branch information
akuchins committed Apr 12, 2015
1 parent 416c3d2 commit 6badd68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Format:
redshift_password YOUR_AMAZON_REDSHIFT_CLUSTER_PASSWORD
redshift_schemaname YOUR_AMAZON_REDSHIFT_CLUSTER_TARGET_SCHEMA_NAME
redshift_tablename YOUR_AMAZON_REDSHIFT_CLUSTER_TARGET_TABLE_NAME
redshift_copy_base_options YOUR_REDSHIFT_COPY_CUSTOM_PARAMETERS
make_auto_table 1 # 1 => make table auto 0 => no
tag_table 1 # 1=> tag_name = table_name, 0 => no, use redshift_atablename
file_type [tsv|csv|json|msgpack]
Expand Down Expand Up @@ -117,6 +118,8 @@ Example (watch and upload json formatted apache log):

+ `redshift_schemaname` : schema name to store data. By default, this option is not set and find table without schema as your own search_path.

+ `redshift_copy_base_options` : additional options to pass the Redshift COPY command, such as TIMEFORMAT.

+ `make_auto_table` (optional, integer) : whether make tables automatically. If you set 1, this makes tables automatically else if you set 0, doesn't make.

+ `tag_table` (optional, integer) : whether table_name equals tag_name. If you set 1, it shows tag_name equals table_name, else if you set 0, it's not.
Expand Down

0 comments on commit 6badd68

Please sign in to comment.