airflow-pydantic

Pydantic models for Apache Airflow

Build Status codecov License PyPI

Overview

Pydantic models of Apache Airflow data structures.

Core

Operators

Sensors

Other

Usage

All operators and sensors support two methods:

  • instantiate(): Create a concrete Airflow instance

  • render(): Return Python code to instantiate the instance, for use in airflow-config

Note

This library was generated using copier from the Base Python Project Template repository.