|
1 |
| -# Apache Airflow Tutorial Series [YouTube](https://www.youtube.com/watch?v=z7xyNOF8tak&list=PLwFJcsJ61oujAqYpMp1kdUBcPG0sE0QMT) |
| 1 | +# Apache Airflow Tutorial Series [YouTube](https://www.youtube.com/watch?v=z7xyNOF8tak&list=PLwFJcsJ61oujAqYpMp1kdUBcPG0sE0QMT) |
2 | 2 | ## Updated Tutorial Episode
|
3 |
| -1. [Introduction and Local Installation](https://youtu.be/z7xyNOF8tak) |
4 |
| -2. [Get Airflow running in Docker](https://youtu.be/J6azvFhndLg) |
5 |
| -3. [Airflow Core Concepts in 5 mins](https://youtu.be/mtJHMdoi_Gg) |
6 |
| -4. [Airflow Task Lifecycle and Basic Architecture](https://youtu.be/UFsCvWjQT4w) |
7 |
| -5. [Airflow DAG with BashOperator](https://youtu.be/CLkzXrjrFKg) |
8 |
| -6. [Airflow DAG with PythonOperator and XComs](https://youtu.be/IumQX-mm20Y) |
9 |
| -7. [Airflow TaskFlow API](https://youtu.be/9y0mqWsok_4) |
10 |
| -8. [Airflow Catchup and Backfill](https://youtu.be/OXOiUeHOQ-0) |
11 |
| -9. [Schedule Airflow DAG with Cron Expression](https://youtu.be/tpuovQFUByk) |
12 |
| -10. [Airflow Connection and PostgresOperator](https://youtu.be/S1eapG6gjLU) |
13 |
| -11. [Add Python Dependencies via Airflow Docker Image Extending and Customizing](https://youtu.be/0UepvC9X4HY) |
14 |
| -12. [AWS S3 Key Sensor Operator](https://youtu.be/vuxrhipJMCk) |
| 3 | +1. [Introduction and Local Installation](https://www.youtube.com/watch?v=z7xyNOF8tak&list=PLwFJcsJ61oujAqYpMp1kdUBcPG0sE0QMT&index=1) |
| 4 | +2. [Get Airflow running in Docker](https://www.youtube.com/watch?v=J6azvFhndLg&list=PLwFJcsJ61oujAqYpMp1kdUBcPG0sE0QMT&index=2) |
| 5 | +3. [Airflow Core Concepts in 5 mins](https://www.youtube.com/watch?v=mtJHMdoi_Gg&list=PLwFJcsJ61oujAqYpMp1kdUBcPG0sE0QMT&index=3) |
| 6 | +4. [Airflow Task Lifecycle and Basic Architecture](https://www.youtube.com/watch?v=UFsCvWjQT4w&list=PLwFJcsJ61oujAqYpMp1kdUBcPG0sE0QMT&index=4) |
| 7 | +5. [Airflow DAG with BashOperator](https://www.youtube.com/watch?v=CLkzXrjrFKg&list=PLwFJcsJ61oujAqYpMp1kdUBcPG0sE0QMT&index=5) |
| 8 | +6. [Airflow DAG with PythonOperator and XComs](https://www.youtube.com/watch?v=IumQX-mm20Y&list=PLwFJcsJ61oujAqYpMp1kdUBcPG0sE0QMT&index=6) |
| 9 | +7. [Airflow TaskFlow API](https://www.youtube.com/watch?v=9y0mqWsok_4&list=PLwFJcsJ61oujAqYpMp1kdUBcPG0sE0QMT&index=7) |
| 10 | +8. [Airflow Catchup and Backfill](https://www.youtube.com/watch?v=OXOiUeHOQ-0&list=PLwFJcsJ61oujAqYpMp1kdUBcPG0sE0QMT&index=8) |
| 11 | +9. [Schedule Airflow DAG with Cron Expression](https://www.youtube.com/watch?v=tpuovQFUByk&list=PLwFJcsJ61oujAqYpMp1kdUBcPG0sE0QMT&index=9) |
| 12 | +10. [Airflow Connection and PostgresOperator](https://www.youtube.com/watch?v=S1eapG6gjLU&list=PLwFJcsJ61oujAqYpMp1kdUBcPG0sE0QMT&index=10) |
| 13 | +11. [Add Python Dependencies via Airflow Docker Image Extending and Customizing](https://www.youtube.com/watch?v=0UepvC9X4HY&list=PLwFJcsJ61oujAqYpMp1kdUBcPG0sE0QMT&index=11) |
| 14 | +12. [AWS S3 Key Sensor Operator](https://www.youtube.com/watch?v=vuxrhipJMCk&list=PLwFJcsJ61oujAqYpMp1kdUBcPG0sE0QMT&index=12) |
| 15 | +13. [Airflow Hooks S3 PostgreSQL](https://www.youtube.com/watch?v=rcG4WNwi900&list=PLwFJcsJ61oujAqYpMp1kdUBcPG0sE0QMT&index=13) |
15 | 16 |
|
16 | 17 | ## Running apache airflow 2.0 in docker with local executor.
|
17 | 18 | Here are the steps to take to get airflow 2.0 running with docker on your machine.
|
|
0 commit comments