Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

4f56431 · Aug 10, 2022

History

History
18 lines (11 loc) · 592 Bytes

File metadata and controls

18 lines (11 loc) · 592 Bytes

Getting started

This guide will get you started with Airflow using the Stackable Operator. It will guide you through the installation of the Operator and its dependencies, setting up your first Airflow cluster and connecting to it, and viewing and running one of the example workflows (called DAGs = Direct Acyclic Graphs).

Prerequisites

You will need:

  • a Kubernetes cluster

  • kubectl

  • Helm

What’s next