widgets

Definition

Displays information about registered connections from widgets.

Usage

$ airflow providers widgets [-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 get the list of registered widget connections, run:

$ airflow providers widgets

Output example:

connection_parameter_name                                    | class                      | package_name                             | field_type
=============================================================+============================+==========================================+==============
extra__adls__connection_string                               | AzureDataLakeStorageV2Hook | apache-airflow-providers-microsoft-azure | PasswordField
extra__adls__managed_identity_client_id                      | AzureDataLakeStorageV2Hook | apache-airflow-providers-microsoft-azure | StringField
extra__adls__tenant_id                                       | AzureDataLakeStorageV2Hook | apache-airflow-providers-microsoft-azure | StringField
extra__adls__workload_identity_tenant_id                     | AzureDataLakeStorageV2Hook | apache-airflow-providers-microsoft-azure | StringField
extra__apprise__config                                       | AppriseHook                | apache-airflow-providers-apprise         | PasswordField
Found a mistake? Seleсt text and press Ctrl+Enter to report it