An open API service indexing awesome lists of open source software.

https://github.com/pjarbas/airflow-template

Toy project to run scripts in apache-airflow
https://github.com/pjarbas/airflow-template

Last synced: over 1 year ago
JSON representation

Toy project to run scripts in apache-airflow

Awesome Lists containing this project

README

          

## 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