You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Eyal Trabelsi (JIRA)" <ji...@apache.org> on 2017/10/21 09:30:00 UTC

[jira] [Created] (AIRFLOW-1746) Add a Nomad operator to trigger job from Airflow

Eyal Trabelsi created AIRFLOW-1746:
--------------------------------------

             Summary: Add a Nomad operator to trigger job from Airflow
                 Key: AIRFLOW-1746
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1746
             Project: Apache Airflow
          Issue Type: New Feature
          Components: contrib
            Reporter: Eyal Trabelsi


We recently face the need to trigger nomad jobs from Airflow and no operator are available for that. 
The way the operator works is to register a nomad job and dispatch the job , than check the status of the job using similar method like boto-core (https://github.com/boto/botocore/blob/5a07b477114b11e6dc5f676f5db810972565b113/botocore/docs/waiter.py)

The operator uses https://github.com/jrxFive/python-nomad which is a wrap over nomad rest api of nomad written in python.

Link to the PR : https://github.com/apache/incubator-airflow/pull/2708




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)