eladkal commented on code in PR #27456:
URL: https://github.com/apache/airflow/pull/27456#discussion_r1014122282


##########
airflow/providers/amazon/aws/hooks/sagemaker.py:
##########
@@ -942,14 +942,33 @@ def _list_request(
             else:
                 next_token = response["NextToken"]
 
-    def find_processing_job_by_name(self, processing_job_name: str) -> bool:
-        """Query processing job by name"""

Review Comment:
   Removing this function is a breaking change.
   Can we deprecate it first with backward compatibility?
   if not we need to set entry in the change log for this one



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