You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/19 12:00:51 UTC

[GitHub] [airflow] ashb commented on a change in pull request #20935: Fix all Amazon Provider MyPy errors

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org