astronomer.providers.amazon.aws.operators.batch =============================================== .. py:module:: astronomer.providers.amazon.aws.operators.batch .. autoapi-nested-parse:: A Deferrable Airflow operator for AWS Batch services .. seealso:: - `Configuration `_ - `Batch `_ - `Welcome `_ Classes ------- .. autoapisummary:: astronomer.providers.amazon.aws.operators.batch.BatchOperatorAsync Module Contents --------------- .. py:class:: BatchOperatorAsync(*args, **kwargs) Bases: :py:obj:`airflow.providers.amazon.aws.operators.batch.BatchOperator` This class is deprecated. Please use :class: `~airflow.providers.amazon.aws.operators.batch.BatchOperator` and set `deferrable` param to `True` instead. .. py:attribute:: is_deprecated :value: True .. py:attribute:: post_deprecation_replacement :value: 'from airflow.providers.amazon.aws.operators.batch import BatchOperator'