$ docker compose up
This docker-compose.yml file was obtained from: https://airflow.apache.org/docs/apache-airflow/stable/howto/docker-compose/index.html#fetching-docker-compose-yaml
Go to a web browser, and navigate to http://localhost:8080/
use airflow
as username
and password
and Sign In
Unpause the DAGs patient_dag
and leading_dag
- Wait for the leading_dag to complete it execution
- The execution of the
patiently_waiting_task
will follow
Once both the DAGs have completed, check the logs for the patiently_waiting_task
and we will discover the patiently_waiting_task
frequently poking mark_complete_task
to check if it Succeeded