You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by jo...@apache.org on 2018/03/24 01:02:31 UTC

[1/2] incubator-airflow git commit: [AIRFLOW-2248] Fix wrong param name in RedshiftToS3Transfer doc

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 05e1861e2 -> 1a482d454


[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.


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/a7a771ff
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/a7a771ff
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/a7a771ff

Branch: refs/heads/master
Commit: a7a771ff76e831126034d6bc1980a2183f896f93
Parents: 05e1861
Author: Kengo Seki <se...@apache.org>
Authored: Fri Mar 23 20:17:42 2018 -0400
Committer: Kengo Seki <se...@apache.org>
Committed: Fri Mar 23 20:17:42 2018 -0400

----------------------------------------------------------------------
 airflow/operators/redshift_to_s3_operator.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/a7a771ff/airflow/operators/redshift_to_s3_operator.py
----------------------------------------------------------------------
diff --git a/airflow/operators/redshift_to_s3_operator.py b/airflow/operators/redshift_to_s3_operator.py
index 33ea343..971ea4a 100644
--- a/airflow/operators/redshift_to_s3_operator.py
+++ b/airflow/operators/redshift_to_s3_operator.py
@@ -33,8 +33,8 @@ class RedshiftToS3Transfer(BaseOperator):
     :type redshift_conn_id: string
     :param aws_conn_id: reference to a specific S3 connection
     :type aws_conn_id: string
-    :param options: reference to a list of UNLOAD options
-    :type options: list
+    :param unload_options: reference to a list of UNLOAD options
+    :type unload_options: list
     """
 
     template_fields = ()


[2/2] incubator-airflow git commit: Merge pull request #3156 from sekikn/AIRFLOW-2248

Posted by jo...@apache.org.
Merge pull request #3156 from sekikn/AIRFLOW-2248


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/1a482d45
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/1a482d45
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/1a482d45

Branch: refs/heads/master
Commit: 1a482d454ecf989223be93ec2355ed508c1b0894
Parents: 05e1861 a7a771f
Author: Joy Gao <Jo...@apache.org>
Authored: Fri Mar 23 18:02:19 2018 -0700
Committer: Joy Gao <Jo...@apache.org>
Committed: Fri Mar 23 18:02:19 2018 -0700

----------------------------------------------------------------------
 airflow/operators/redshift_to_s3_operator.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------