|
1 | 1 | # Airflow Code Editor Plugin
|
2 |
| -A plugin for [Apache Airflow](https://github.com/apache/airflow) that allows you to edit DAGs in browser. |
3 |
| -It provides a file managing interface within specified directories and it can be used to edit, upload, and download your files. |
4 |
| -If git support is enabled, the DAGs are stored in a Git repository. You may use it to view Git history, review local changes and commit. |
| 2 | + |
| 3 | +This plugin for [Apache Airflow](https://github.com/apache/airflow) allows you to edit DAGs directly within your browser, |
| 4 | +providing a seamless and efficient workflow for managing your pipelines. |
| 5 | +Offering a user-friendly file management interface within designated directories, it facilitates effortless editing, |
| 6 | +uploading, and downloading of files. |
| 7 | +With Git support enabled, DAGs are stored in a Git repository, enabling users to explore Git history, review local modifications, and commit changes. |
5 | 8 |
|
6 | 9 | [](https://github.com/andreax79/airflow-code-editor/actions)
|
7 | 10 | [](https://badge.fury.io/py/airflow-code-editor)
|
@@ -48,8 +51,8 @@ The image is based on the reference images for Apache Airflow.
|
48 | 51 |
|
49 | 52 | You can find the following images there:
|
50 | 53 | * andreax79/airflow-code-editor:**latest** - the latest released Airflow Code Editor image with the latest Apache Airflow version
|
51 |
| -* andreax79/airflow-code-editor:**2.8.3** - the latest released Airflow Code Editor with specific Airflow version |
52 |
| -* andreax79/airflow-code-editor:**2.8.3-7.5.0** - specific version of Airflow and Airflow Code Editor |
| 54 | +* andreax79/airflow-code-editor:**2.9.1** - the latest released Airflow Code Editor with specific Airflow version |
| 55 | +* andreax79/airflow-code-editor:**2.9.1-7.6.0** - specific version of Airflow and Airflow Code Editor |
53 | 56 |
|
54 | 57 | #### Installing from PyPI
|
55 | 58 |
|
|
0 commit comments