SimpleDagEditor is a zero configuration plugin for Apache Airflow. It provides a file managing interface that points to your dag_folder directory. With this plugin you will be able to delete, duplicate & edit you dags.
- This plugin has been developed for a native deployment, where the Airflow webserver & scheduler are sharing the same dag_folder directory (as a mount).
- The plugin is not designed for deployments that synchronize the dag_folder from a remote source (Git/S3)
- You have the ability to disable the plugin for production env (see conf section)
- Airflow >= 1.10.2
- Python 3.7+
- Install the plugin (pip install simple-dag-editor)
- Restart airflow instance
- Open Admin - Simple DAG editor
- [dag_editor] - disabled (Default - False)