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
- Host: GitHub
- URL: https://github.com/pjarbas/airflow-template
- Owner: PJarbas
- Created: 2021-09-16T16:27:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T19:39:31.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T05:28:13.074Z (over 1 year ago)
- Language: Python
- Size: 370 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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