Skip to content

Files

Latest commit

305d2b4 · Jan 14, 2022

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 14, 2022
Jan 14, 2022
Jan 14, 2022
Jan 14, 2022
Jan 14, 2022

Chapter 2

Code accompanying Chapter 2 of the book Data Pipelines with Apache Airflow.

Contents

This folder contains DAGs from Chapter 2. The filenames and DAG ids follow the listing ids in the book. The final DAG is given in listing_2_10.py.

Usage

To get started with the code examples, start Airflow with Docker Compose with the following command:

docker-compose up -d

The webserver initializes a few things, so wait for a few seconds, and you should be able to access the Airflow webserver at http://localhost:8080.

To stop running the examples, run the following command:

docker-compose down -v