'How to use airflow to automate several scripts

I want to run about 3 python scripts and a jupyter notebook, but I want to automate them, where one runs and when it finishes, the next one runs, etc I am struggling with how to do it in airflow. I want to make it in such a way that every day at 2 pm GMT they run, one first, then the next, and so on.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source