May 2021
Beginner to intermediate
480 pages
12h 59m
English
Now that you’re familiar with Airflow’s basics and able to build some of your own data pipelines, you’re ready to learn some more advanced techniques that allow you to build more complex cases involving external systems, custom components, and more.
In chapter 6, we’ll examine how you can trigger pipelines in ways that don’t involve fixed schedules. This allows you to trigger pipelines in response to certain events, such as new files coming in or a call from an HTTP service.
Chapter 7 will demonstrate how to use Airflow’s built-in functionality to run tasks on external systems. This is an extremely powerful feature of Airflow that allows you to build pipelines that coordinate data flows across many different systems, ...