airflow-pydantic¶
Pydantic models for Apache Airflow
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 instancerender(): 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.