Skip to content

Commit

Permalink
update schema datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamingregory committed Apr 10, 2018
1 parent 2152edf commit 58fdf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/s3_to_redshift_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class S3ToRedshiftOperator(BaseOperator):
Expects a JSON file with an array of
dictionaries specifying name and type.
(e.g. {"name": "_id", "type": "int4"})
:type origin_schema: string
:type origin_schema: array of dictionaries
:param schema_location: The location of the origin schema. This
can be set to 'S3' or 'Local'.
If 'S3', it will expect a valid S3 Key. If
Expand Down

0 comments on commit 58fdf19

Please sign in to comment.