plugins

Definition

Displays information about the loaded plugins or dumps it into a file.

Usage

$ airflow plugins [-h] [-o table, json, yaml, plain] [-v]

Arguments

Parameter Description

-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 the plugins, run:

$ airflow plugins

Output example:

name | source                                                                | macros
=====+=======================================================================+======================================================================
hive | apache-airflow-providers-apache-hive==6.2.0: EntryPoint(name='hive',  | airflow.providers.apache.hive.macros.hive.max_partition,airflow.provi
     | value='airflow.providers.apache.hive.plugins.hive:HivePlugin',        | ders.apache.hive.macros.hive.closest_ds_partition
     | group='airflow.plugins')                                              |
Found a mistake? Seleсt text and press Ctrl+Enter to report it