airflow_pydantic.Pool

pydantic model airflow_pydantic.Pool[source]

Bases: BaseModel

field pool: str [Required]

Pool name

field slots: int | None = None

Number of slots in the pool

field description: str | None = ''

Pool description

field include_deferred: bool | None = False

Whether to include deferred tasks in the pool