This repository provides a seamless development environment for Apache Airflow using Visual Studio Code's DevContainers.
- Isolated development environment using Docker.
- Quick startup with pre-configured settings.
- Suitable for local Airflow experimentation or DAG development.
- Docker
- Visual Studio Code
- Remote - Containers extension for VS Code.
-
Clone this repository:
git clone https://github.com/elarib/airflow-devcontainer.git cd airflow-devcontainer
-
Open the project in VS Code. When prompted, open the project in the DevContainer.
-
Access the Airflow web interface at http://localhost:8080/ using the credentials (Username: admin, Password: admin)
-
To develop your DAGs, place them in the dags directory. The Airflow server will automatically pick them up.