airflow.providers.amazon.aws.sensors.batch
¶
Module Contents¶
Classes¶
Asks for the state of the Batch Job execution until it reaches a failure state or success state. |
- class airflow.providers.amazon.aws.sensors.batch.BatchSensor(*, job_id, aws_conn_id='aws_default', region_name=None, **kwargs)[source]¶
Bases:
airflow.sensors.base.BaseSensorOperator
Asks for the state of the Batch Job execution until it reaches a failure state or success state. If the job fails, the task will fail.
See also
For more information on how to use this sensor, take a look at the guide: AWS Batch Sensor
- Parameters