/airflow-labs

Playground to play with Apache Airflow

Primary LanguagePython

airflow-labs

Playground to play with Apache Airflow

Requirements

  • pipenv
  • Python 3.11

Airflow

Setup

  1. Initialize airflow by running (only once):
make airflow-init
  1. Start the webserver:
make airflow-webserver
  1. Start the scheduler:
make airflow-scheduler