Skip to content

Commit 58fdf19

Browse files
update schema datatype
1 parent 2152edf commit 58fdf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operators/s3_to_redshift_operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class S3ToRedshiftOperator(BaseOperator):
3434
Expects a JSON file with an array of
3535
dictionaries specifying name and type.
3636
(e.g. {"name": "_id", "type": "int4"})
37-
:type origin_schema: string
37+
:type origin_schema: array of dictionaries
3838
:param schema_location: The location of the origin schema. This
3939
can be set to 'S3' or 'Local'.
4040
If 'S3', it will expect a valid S3 Key. If

0 commit comments

Comments
 (0)