Determining the order of tasks
We learned that sensors also use bitshift syntax to define dependencies, similar to other 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_sensor >> clean >> run_ml_pipeline
initialize_process >> pull_data_sensor
run_ml_pipeline >> generate_reports
This exercise is part of the course
Introduction to Apache Airflow in Python
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise