get-value

Definition

Prints the value of the configuration parameter.

Usage

$ airflow config get-value [-h] [-v] section option

Arguments

Parameter Description

section

Section name in the configuration

option

Option name

-h, --help

Print out the help manual for this command

-v, --verbose

Make logging output more verbose

Examples

To get the value of the dags_folder parameter in the core settings, run:

$ airflow config get-value core dags_folder

Output example:

/opt/airflow/dags
Found a mistake? Seleсt text and press Ctrl+Enter to report it