[
https://issues.apache.org/jira/browse/AIRFLOW-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17377453#comment-17377453
]
ASF GitHub Bot commented on AIRFLOW-1746:
-----------------------------------------
potiuk commented on pull request #2708:
URL: https://github.com/apache/airflow/pull/2708#issuecomment-876518835
The issue has been closed due to inactivity of the original creator
@sblanton. We need someone who "owns" the PR and leads it to successful
completion.
The process is described here
https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst (and you have even
https://github.com/apache/airflow/blob/main/CONTRIBUTORS_QUICK_START.rst ).
Airflow is a community managed project so you are free to take overy and lead
it to completion. I think it could be a nice contribution (though you might
mistake Nomad operator with Nomad managing resources for Airflow). Those are
two different things and I doubt either would solve the deployment problem you
have.
BTW. The officially released and community supported solution for deploying
Airflow is Helm Chart.
https://airflow.apache.org/docs/helm-chart/stable/index.html and there you can
manage your resources as you wish.
The docker compose we publish here:
https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html is a
quick-start for development only . However there is an open issue to add more
production-ready examples (and maybe even a generator for docker-compose)
https://github.com/apache/airflow/issues/16031. Not sure if you would like to
work on it but maybe that's a good idea? I can assign you the issue if you want.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
> Assignee: Eyal Trabelsi
> Priority: Major
>
> 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
(v8.3.4#803005)