SagemakerProcessingTrigger

Astronomer Providers

SagemakerProcessingTrigger is fired as deferred class with params to run the task in triggerer.

Access Instructions

Install the Astronomer Providers provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

job_namename of the job to check status
poll_intervalpolling period in seconds to check for the status
aws_conn_idAWS connection ID for sagemaker
end_timethe end time in seconds. Any SageMaker jobs that run longer than this will fail.

Documentation

SagemakerProcessingTrigger is fired as deferred class with params to run the task in triggerer.

Was this page helpful?