We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2152edf commit 58fdf19Copy full SHA for 58fdf19
operators/s3_to_redshift_operator.py
@@ -34,7 +34,7 @@ class S3ToRedshiftOperator(BaseOperator):
34
Expects a JSON file with an array of
35
dictionaries specifying name and type.
36
(e.g. {"name": "_id", "type": "int4"})
37
- :type origin_schema: string
+ :type origin_schema: array of dictionaries
38
:param schema_location: The location of the origin schema. This
39
can be set to 'S3' or 'Local'.
40
If 'S3', it will expect a valid S3 Key. If
0 commit comments