Airflow add a UI button for each DAG

女生的网名这么多〃 提交于 2019-12-11 04:46:31

问题


By default each DAG has a bunch of buttons (Trigger Dag, Delete Dag etc) in the main (Admin) view in the UI. I have been trying to add a buttonlike the ones described above that every time you click it it send an Http request.

I have successfully used these plugin: https://github.com/airflow-plugins/Getting-Started/blob/master/Tutorial/creating-ui-modification.md

But it does not do what I need and digging around airflow code and the docs for plugins didnt help much either, is it possible to do what Im trying to do? How?

来源:https://stackoverflow.com/questions/54402793/airflow-add-a-ui-button-for-each-dag

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!