This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 3e4e5b1fdb Add ``configuration_overrides`` to templated fields (#28920)
3e4e5b1fdb is described below
commit 3e4e5b1fdba5e98ddafc89d47a92a5bbfa41ebe7
Author: Teodor Linkin <[email protected]>
AuthorDate: Fri Jan 13 16:12:12 2023 +0200
Add ``configuration_overrides`` to templated fields (#28920)
---
airflow/providers/amazon/aws/operators/emr.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/airflow/providers/amazon/aws/operators/emr.py
b/airflow/providers/amazon/aws/operators/emr.py
index ab3de9d2bd..2b4b1bd839 100644
--- a/airflow/providers/amazon/aws/operators/emr.py
+++ b/airflow/providers/amazon/aws/operators/emr.py
@@ -391,6 +391,7 @@ class EmrContainerOperator(BaseOperator):
"execution_role_arn",
"release_label",
"job_driver",
+ "configuration_overrides",
)
ui_color = "#f9c915"