Get startedGet started for free

Determining the order of tasks

While looking through a colleague's workflow definition, you're trying to decipher exactly in which order the defined tasks run. The code in question shows the following:

pull_data << initialize_process
pull_data >> clean >> run_ml_pipeline
generate_reports << run_ml_pipeline

This exercise is part of the course

Introduction to Apache Airflow in Python

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise