Skip to content

PJarbas/airflow-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runing apache airflow

  • install SQLAlchemy==1.3.24
  • pip install apache-airflow
  • airflow db init
  • airflow users create --username admin --password admin --firstname Anonymous --lastname Admin --role Admin --email admin@example.org
  • cp my_scripts_pipeline.py ~/airflow/dags/

Run in separate terminals

  • airflow webserver

  • airflow scheduler

  • http:/ /localhost:8080

About

Toy project to run scripts in apache-airflow

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages