Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 807 Bytes

File metadata and controls

28 lines (22 loc) · 807 Bytes

Drag Racing

Informations

Install

git clone https://github.com/dmitry-brazhenko/airflow_tutorial.git
cd airflow_tutorial
make launch

Usage

  • UI link: localhost:8080 (login: admin, password: admin)
  • Custom python packages can be added to requirements.txt
  • Dags are located in dags folder
  • Connect inside docker container: make connect
  • To restart container use make launch

DAGs

  • first_dag: simple bash operators
  • second_dag: python operators
  • third_dag: simple DockerOperator