Airflow Extension for Visual Studio CodeIntroductionThis is a VSCode extension for Apache Airflow 2.0 and up. You can trigger your DAGs, pause/unpause DAGs, view execution logs, explore source code and do much more. The motivation of this extension is having the same functionality like Airflow Web UI and make Airflow development easier for vscode developers. To install the vscode extension, search 'Airflow' in the marketplace and install owned by Necati ARSLAN. Requirements - Airflow REST ApiTo be able to connect an Airflow Server, you should enable Airflow Rest Api. You can take a look the link below on how to do it. https://airflow.apache.org/docs/apache-airflow/stable/security/api.html Bug ReportIf you have an issue or new feature request, please click link below to add a new issue. https://github.com/necatiarslan/airflow-vscode-extension/issues/new Please start issue with "fix:" and new feature with "feat:" in the title. Install Airflow In Your LocalIf you want to test Airflow on your machine in a docker container, click link below on how to run Airflow in your local machine in 5 mins. https://www.youtube.com/watch?v=aTaytcxy2Ck Dag TreeDag RunDag TasksDag InfoPrevious Dag RunsTodo ListI am working on these features now, so they will be available in a couple of weeks.
Follow me on linkedin to get latest news Thanks, |