feluelle commented on a change in pull request #9594:
URL: https://github.com/apache/airflow/pull/9594#discussion_r455626408



##########
File path: airflow/providers/amazon/aws/hooks/sagemaker.py
##########
@@ -786,6 +825,48 @@ def list_training_jobs(
         )
         return results
 
+    def list_processing_jobs(
+        self, name_contains: Optional[str] = None, max_results: Optional[int] 
= None, **kwargs
+    ) -> List[Dict]:   # noqa: D402

Review comment:
       Yes, I was only wondering what `D402` was. It is fine.




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

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


Reply via email to