get

Definition

Displays information about a provider.

Usage

$ airflow providers get [-h] [--color {auto,on,off}] [-f]
                      [-o table, json, yaml, plain] [-v]
                      provider_name

Arguments

Parameter Description

provider_name

Provider ID in Airflow

--color

Use colored output. Possible values: off, auto, on. Default: auto

-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 display information about a provider, run:

$ airflow providers get test_provider
Found a mistake? Seleсt text and press Ctrl+Enter to report it