-
Notifications
You must be signed in to change notification settings - Fork 75
Home
Andrey Tatarinov edited this page Aug 23, 2019
·
1 revision
Welcome to the airflow-exporter wiki!
Easiest way to develop is to use VSCode Insiders with Remote Containers plugin.
- open folder in container
- run
python setup.py develop --user
- run
/entrypoint.sh webserver
to run Airflow webserver - open http://localhost:8080/ to see Airflow web interface