ferruzzi commented on code in PR #27456:
URL: https://github.com/apache/airflow/pull/27456#discussion_r1014299309
##########
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:
I'll add it back in with a deprecation notice.
--
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]