airflow.providers.microsoft.azure.utils

Module Contents

Functions

get_field(*, conn_id, conn_type, extras, field_name)

Get field from extra, first checking short name, then for backcompat we check for prefixed name.

airflow.providers.microsoft.azure.utils.get_field(*, conn_id, conn_type, extras, field_name)[source]

Get field from extra, first checking short name, then for backcompat we check for prefixed name.

Was this entry helpful?