Skip to content
Course Notes: Introduction to Airflow in Python
Introduction to Apache Airflow
Airflow is a platform to program workflows, including -Creation -Scheduling -Monitoring
Implements workflows as DAGs: Directed Acyclic Graphs
Other tools: Spotify's Luigi, Microsoft SQL Server Integration Services or even just Bash scripting.
# Import any packages you want to use here
Take Notes
Add notes here about the concepts you've learned and code cells with code you want to keep.
Add your notes here
# Add your code snippets here