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

API Reference¶

Top Level¶

DagArgs

Dag

TaskArgs

Task

Operators¶

PythonOperatorArgs

BashOperatorArgs

SSHOperatorArgs

Utilities¶

DatetimeArg

Runtime representation of an annotated type.

ScheduleArg

alias of timedelta | Literal['NOTSET'] | str | None

CallablePath

Runtime representation of an annotated type.

ImportPath

Runtime representation of an annotated type.

Next
airflow_pydantic.DagArgs
Previous
Home
Copyright © the airflow-pydantic authors
Made with Sphinx and @pradyunsg's Furo
On this page
  • API Reference
    • Top Level
    • Operators
    • Utilities