You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/26 19:22:30 UTC

[GitHub] [airflow] ferruzzi commented on a diff in pull request #25263: Enable Auto-incrementing Transform job name in SageMakerTransformOperator

ferruzzi commented on code in PR #25263:
URL: https://github.com/apache/airflow/pull/25263#discussion_r930331299


##########
airflow/providers/amazon/aws/operators/sagemaker.py:
##########
@@ -419,6 +426,8 @@ def __init__(
         self.wait_for_completion = wait_for_completion
         self.check_interval = check_interval
         self.max_ingestion_time = max_ingestion_time
+        self.check_if_job_exists = check_if_job_exists
+        self.action_if_job_exists = action_if_job_exists

Review Comment:
   Add a check here to make sure the value is something you support. See the same feature [on L658](https://github.com/apache/airflow/pull/25263/files#diff-78df59ac1d8db4b424ba03ab52a1215e1f85dfd41a4f436c3d60bd1bcd4c4273R658-R664)



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

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