ohadmata commented on a change in pull request #390: URL: https://github.com/apache/airflow-site/pull/390#discussion_r593909163
########## File path: landing-pages/site/content/en/ecosystem/_index.md ########## @@ -86,3 +86,5 @@ If you would you like to be included on this page, please reach out to the [Apac [Pylint-Airflow](https://github.com/BasPH/pylint-airflow) - A Pylint plugin for static code analysis on Airflow code. [whirl](https://github.com/godatadriven/whirl) - Fast iterative local development and testing of Apache Airflow workflows. + +[simple-dag-editor](https://github.com/ohadmata/simple-dag-editor) - Zero configuration Airflow plugin that let you manage your DAG files. Review comment: @turbaszek * I released new version today (0.1.0) that add a support for Airflow 2.0+ * The plugin just edit the DAG file itself, it's not related to the Airflow executors. * The plugin is designed for managing dag files that mounted to the airflow-webserver at "dag_folder". In the future I want to add S3 support, for git sync you have the code-editor plugin: https://pypi.org/project/airflow-code-editor ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
