mobuchowski commented on code in PR #31816:
URL: https://github.com/apache/airflow/pull/31816#discussion_r1280789542


##########
airflow/providers/amazon/aws/operators/sagemaker.py:
##########
@@ -222,6 +230,7 @@ def __init__(
         self.max_attempts = max_attempts or 60
         self.max_ingestion_time = max_ingestion_time
         self.deferrable = deferrable
+        self.serialized_job: dict[Any, Any] | None = None

Review Comment:
   I've actually moved this to just `self.serialized_job: dict`. 



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