You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Darren Weber (Jira)" <ji...@apache.org> on 2019/12/12 23:02:00 UTC

[jira] [Created] (AIRFLOW-6245) Allow custom waiters for AWS batch jobs

Darren Weber created AIRFLOW-6245:
-------------------------------------

             Summary: Allow custom waiters for AWS batch jobs
                 Key: AIRFLOW-6245
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6245
             Project: Apache Airflow
          Issue Type: Improvement
          Components: aws
    Affects Versions: 1.10.6
            Reporter: Darren Weber


The botocore waiter for AWS batch jobs has not been merged and released for several years, i.e.

- [https://github.com/boto/botocore/pull/1307]

 

Use that PR as an example to create a default batch job waiter in Airflow.  As a guide to creating a custom waiter, see

- [https://www.2ndwatch.com/blog/use-waiters-boto3-write/]

- [https://boto3.amazonaws.com/v1/documentation/api/latest/guide/clients.html#waiters]

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)