potiuk commented on a change in pull request #20935:
URL: https://github.com/apache/airflow/pull/20935#discussion_r787735921



##########
File path: airflow/providers/amazon/aws/operators/cloud_formation.py
##########
@@ -44,17 +44,17 @@ class CloudFormationCreateStackOperator(BaseOperator):
     template_ext: Sequence[str] = ()
     ui_color = '#6b9659'
 
-    def __init__(self, *, stack_name: str, params: dict, aws_conn_id: str = 
'aws_default', **kwargs):
+    def __init__(self, *, stack_name: str, parameters: dict, aws_conn_id: str 
= 'aws_default', **kwargs):

Review comment:
       Yes. I realize that. I made a mental note about it but you are right I 
should add it to CHANGELOG now so that I won't forget




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to