-
Notifications
You must be signed in to change notification settings - Fork 16.4k
[AIRFLOW-4095] Add template_fields for S3CopyObjectOperator & S3DeleteObjectsOperator #4920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AIRFLOW-4095] Add template_fields for S3CopyObjectOperator & S3DeleteObjectsOperator #4920
Conversation
Added below attributes as template_fields in S3CopyObjectOperator, now those params will accept Jinja template and values will changes in run time * source_bucket_key * dest_bucket_key * source_bucket_name * dest_bucket_name
|
Restarted a few failing CI tests, which may be due to transient error. |
Codecov Report
@@ Coverage Diff @@
## master #4920 +/- ##
==========================================
+ Coverage 75.57% 76.96% +1.39%
==========================================
Files 454 454
Lines 29159 31768 +2609
==========================================
+ Hits 22036 24450 +2414
- Misses 7123 7318 +195
Continue to review full report at Codecov.
|
|
Thanks @yaswanthrajyadiki |
|
Hi @ashb , this PR is an enhancement on #3823. #3823 (https://issues.apache.org/jira/browse/AIRFLOW-2985) is already labelled with fix version 1.10.3. So I have labelled this PR with fix version 1.10.3 as well. FYI. |
…eObjectsOperator (apache#4920)
…eObjectsOperator (apache#4920)
Make sure you have checked all steps below.
Jira
Description
Added below attributes as template_fields, now those params will accept Jinja template and values will changes in run time
S3DeleteObjectsOperator
S3CopyObjectOperator
Commits
Documentation
Code Quality
flake8