Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Chapter 1

Code accompanying Chapter 1 of the book 'Data pipelines with Apache Airflow'.

Contents

This code example contains the following DAGs:

  • 01_umbrella_predictions.py - DAG illustrating the Umbrella use case.

Usage

To get started with the code examples, start Airflow in docker using the following command:

docker-compose up -d

Wait for a few seconds and you should be able to access the examples at http://localhost:8080/.

To stop running the examples, run the following command:

docker-compose down