get

Definition

Displays pool size.

Usage

$ airflow pools get [-h] [-o table, json, yaml, plain] [-v] NAME

Arguments

Parameter Description

NAME

Pool name

-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

To get information about the default pool, run:

$ airflow pools get default_pool

Output example:

pool         | slots | description
=============+=======+=============
default_pool | 128   | Default pool
Found a mistake? Seleсt text and press Ctrl+Enter to report it