Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Airflow Tutorial | 669 | a year ago | 18 | mit | Jupyter Notebook | |||||
Apache Airflow tutorial | ||||||||||
Airflow Tutorial | 345 | 2 years ago | 2 | mit | ||||||
Airflow basics tutorial | ||||||||||
Airflow Tutorial | 86 | 3 years ago | 1 | apache-2.0 | PLpgSQL | |||||
Use Airflow to move data from multiple MySQL databases to BigQuery | ||||||||||
Airflow Tutorial | 51 | 2 years ago | 3 | cc-by-4.0 | Python | |||||
🐍💨 Airflow tutorial for PyCon 2019 | ||||||||||
Airflow Docker | 49 | 7 months ago | Python | |||||||
Source code of the Apache Airflow Tutorial for Beginners on YouTube Channel Coder2j (https://www.youtube.com/c/coder2j) | ||||||||||
Airflow Tutorial | 19 | 3 years ago | Python | |||||||
Tutorial like code for how to deploy airflow using docker and how to use the DockerOperator. | ||||||||||
Opendata Airflow Tutorial | 9 | 4 years ago | bsd-3-clause | Jupyter Notebook | ||||||
Tutorials on airflow pipelines with open data sets | ||||||||||
30daysofairflow | 7 | 4 years ago | Python | |||||||
30 Days of Airflow | ||||||||||
Airflow Tutorial | 5 | 2 years ago | Python | |||||||
Awesome Data Science And Engineering | 4 | 4 years ago | mit | |||||||
A curated list of Data Science and Engineering frameworks, tools, libraries and related list of tutorials. |
This is the code for Apache Airflow Tutorials playlist by Tuan Vu on Youtube
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Run the web service with docker
docker-compose up -d
# Build the image
# docker-compose up -d --build
Check http://localhost:8080/
docker-compose logs
- Displays log outputdocker-compose ps
- List containersdocker-compose down
- Stop containersIf you want to run airflow sub-commands, you can do so like this:
docker-compose run --rm webserver airflow list_dags
- List dagsdocker-compose run --rm webserver airflow test [DAG_ID] [TASK_ID] [EXECUTION_DATE]
- Test specific taskIf you want to run/test python script, you can do so like this:
docker-compose run --rm webserver python /usr/local/airflow/dags/[PYTHON-FILE].py
- Test python scriptIf you want to use Ad hoc query, make sure you've configured connections: Go to Admin -> Connections and Edit "postgres_default" set this values: