airflow — Easy Playground
Apache Airflow: author, schedule, monitor data pipelines
Getting started with airflowRun locally
Install
pip install apache-airflowPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: airflow)
airflow is a third-party package. Apache Airflow: author, schedule, monitor data pipelines. Install with: pip install apache-airflow
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?