Get startedGet started for free

Airflow And DAGs

In Airflow, a DAG – or a Directed Acyclic Graph – is a collection of all the tasks you want to run, organized in a way that reflects their relationships and dependencies. On the right-hand side, you can see an example of a DAG (my_pipeline) containing two tasks. What is the flow of this DAG? You can see the graph view by clicking on the DAG.

This exercise is part of the course

Curr-Expansion - Introduction to Data Engineering

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise