[
https://issues.apache.org/jira/browse/AIRFLOW-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16794089#comment-16794089
]
ASF subversion and git services commented on AIRFLOW-4095:
----------------------------------------------------------
Commit 3fdd3d9a9513a0f8ce4d9770bc43ba0d38cec14e in airflow's branch
refs/heads/master from Y.Yaswanth Raj Kumar
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=3fdd3d9 ]
[AIRFLOW-4095] Add template_fields for S3CopyObjectOperator &
S3DeleteObjectsOperator (#4920)
> Adding some params as template fields in S3 Operators
> -----------------------------------------------------
>
> Key: AIRFLOW-4095
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4095
> Project: Apache Airflow
> Issue Type: Improvement
> Components: aws, operators
> Reporter: Yaswanth Raj Kumar Yadiki
> Assignee: Yaswanth Raj Kumar Yadiki
> Priority: Major
> Labels: easy-fix, features
>
> In S3DeleteObjectsOperator and S3CopyObjectOperator, there were some params
> to be modified in run time when we use Jinja template as values to them. They
> are
> S3DeleteObjectsOperator
> # keys
> # bucket
> S3CopyObjectOperator
> # source_bucket_key
> # dest_bucket_key
> # source_bucket_name
> # dest_bucket_name
> By this change, when ever we use those two operator and if we use some of the
> above parameters values with Jinja templating, then the values of the above
> params will be changed in run time according to the Jinja
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)