set

Definition

Configures a pool.

Usage

$ airflow pools set [-h] [--include-deferred] [-o table, json, yaml, plain] [-v]
                  NAME slots description

Arguments

Parameter Description

NAME

Pool name

slots

Pool slots

description

Pool description

--include-deferred

Include deferred tasks in calculations for the pool

-o, --output

Output format. Possible values: table, json, yaml, plain. Default: table

-h, --help

Print out the help manual for this command

-v, --verbose

Make logging output more verbose

Examples

Command example for pool configuration:

$ airflow pools set test_pool 50
Found a mistake? Seleсt text and press Ctrl+Enter to report it