Taragolis commented on code in PR #27579:
URL: https://github.com/apache/airflow/pull/27579#discussion_r1018395997


##########
airflow/providers/amazon/aws/operators/sagemaker.py:
##########
@@ -51,9 +51,10 @@ class SageMakerBaseOperator(BaseOperator):
     ui_color: str = "#ededed"
     integer_fields: list[list[Any]] = []
 
-    def __init__(self, *, config: dict, **kwargs):
+    def __init__(self, *, config: dict, aws_conn_id: str, **kwargs):

Review Comment:
   ```suggestion
       def __init__(self, *, config: dict, aws_conn_id: str = DEFAULT_CONN_ID, 
**kwargs):
   ```
   
   Some suggestion which also might fix failed tests



-- 
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