Apache Airflow Hello World Example in 5 min
/ airflow-hello-world-example
This lesson works through an example in which we will create a Hello World operator and then execute the operator in a workflow through the command line interface.
In this lesson, we’ll create a DAG that consists of three trivial bash commands that are executed as tasks.
The relationship between the tasks is shown below
In the exercise below, you’ll get hands-on experience working with Airflow. Various Airflow commands and their use are demonstrated, and we’ll also learn how to execute the Example0 DAG that is presented in the widget above.