Skip to content
Andrey Tatarinov edited this page Aug 23, 2019 · 1 revision

Welcome to the airflow-exporter wiki!

Developing howto

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
Clone this wiki locally