export

Definition

Exports pools to a file.

Usage

$ airflow pools export [-h] [-v] FILEPATH

Arguments

Parameter Description

FILEPATH

Export all pools to a JSON file specified by the path

-h, --help

Print out the help manual for this command

-v, --verbose

Make logging output more verbose

Examples

To export pools to a file, run:

$ airflow pools export /tmp/exported-pools.json
Found a mistake? Seleсt text and press Ctrl+Enter to report it