Assuming airflow is installed on computer or docker container
In 2 seperate terminal windows run following commands
- $ airflow webserver --port 8080
- $ airflow scheduler
In browser visit localhost:8080
Docker yaml file set to run in local mode
- In airflow folder run
- docker-compose -f docker-compose-airflow.yaml up -d
- In VS Code Docker Tools
- Double click on the webserver container and Attach Shell
- May have to restart container
- To stop running containers
- docker-compose-airflow down