Getting started
Airflow provides different types of installations that are defined by the Executor type. Flowz supports SequentialExecutor for development and CeleryExecutor for production workloads. The following section details how to setup the development environment and how to create your first DAG.
First, prepare your local development environment before creating a DAG from the default Flowz template.