[
https://issues.apache.org/jira/browse/AIRFLOW-2248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412327#comment-16412327
]
ASF subversion and git services commented on AIRFLOW-2248:
----------------------------------------------------------
Commit a7a771ff76e831126034d6bc1980a2183f896f93 in incubator-airflow's branch
refs/heads/master from [~sekikn]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=a7a771f ]
[AIRFLOW-2248] Fix wrong param name in RedshiftToS3Transfer doc
The parameter 'unload_options' is wrongly referred to as 'options'
in the RedshiftToS3Transfer doc. This PR fixes it.
> Fix wrong param name in RedshiftToS3Transfer doc
> ------------------------------------------------
>
> Key: AIRFLOW-2248
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2248
> Project: Apache Airflow
> Issue Type: Bug
> Components: docs, Documentation
> Reporter: Kengo Seki
> Priority: Minor
>
> RedshiftToS3Transfer's docstring says:
> {code}
> :param options: reference to a list of UNLOAD options
> :type options: list
> {code}
> but the correct name is {{unload_options}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)