[
https://issues.apache.org/jira/browse/AIRFLOW-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yaswanth Raj Kumar Yadiki updated AIRFLOW-4095:
-----------------------------------------------
Description:
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
was:
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 above operator and if we have above
parameters, the values of the above params will be changed according to the
Jinja template in run time
> 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)