Introduction: I Built a Pipeline. Now What?


In the previous article Understanding ETL: A Chaotic Introduction, I built a simple pipeline, and after running it a few times, another problem unfolded.


How can I run this every day at a specific time to get any new articles or updates?


The solution is Airflow. In this article, we will look at...