Lee-W commented on code in PR #36685:
URL: https://github.com/apache/airflow/pull/36685#discussion_r1471055450


##########
airflow/providers/amazon/aws/hooks/sagemaker.py:
##########
@@ -1300,3 +1300,13 @@ def create_auto_ml_job(
             if "BestCandidate" in res:
                 return res["BestCandidate"]
         return None
+
+    async def describe_training_job_async(self, job_name: str) -> dict[str, 
Any]:

Review Comment:
   I refined the code a bit and used it in the trigger. Could you please take a 
look? Thanks!



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to