ashb commented on a change in pull request #20935:
URL: https://github.com/apache/airflow/pull/20935#discussion_r787676243
##########
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:
This makes it a breaking change to the operator.
--
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]