Skip to content

Commit

Permalink
feat(amazon): deprecate SagemakerTrainingWithLogTrigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Jan 30, 2024
1 parent 32599fe commit 534951a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions astronomer/providers/amazon/aws/triggers/sagemaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ class SagemakerTrainingWithLogTrigger(BaseTrigger):
"""
SagemakerTrainingWithLogTrigger is fired as deferred class with params to run the task in triggerer.
This class is deprecated and will be removed in 2.0.0.
Use :class: `~airflow.providers.amazon.aws.triggers.sagemaker.SageMakerTrigger` instead
:param job_name: name of the job to check status
:param instance_count: count of the instance created for running the training job
:param status: The status of the training job created.
Expand Down

0 comments on commit 534951a

Please sign in to comment.