Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
airflow-pydantic v1.0.0post0
airflow-pydantic v1.0.0post0
  • API Reference
    • airflow_pydantic.DagArgs
    • airflow_pydantic.Dag
    • airflow_pydantic.TaskArgs
    • airflow_pydantic.Task
    • airflow_pydantic.PythonOperatorArgs
    • airflow_pydantic.BashOperatorArgs
    • airflow_pydantic.SSHOperatorArgs
    • airflow_pydantic.DatetimeArg
    • airflow_pydantic.ScheduleArg
    • airflow_pydantic.CallablePath
    • airflow_pydantic.ImportPath
Back to top
View this page

airflow-pydantic¶

Pydantic models for Apache Airflow

Build Status codecov License PyPI

Overview¶

Pydantic models of Apache Airflow data structures:

  • Dag Arguments

  • Task Arguments

  • PythonOperatorArgs

  • BashOperatorArgs

  • SSHOperatorArgs

Note

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

Next
API Reference
Copyright © the airflow-pydantic authors
Made with Sphinx and @pradyunsg's Furo