airflow.providers.microsoft.azure.hooks.azure_container_volume

Module Contents

class airflow.providers.microsoft.azure.hooks.azure_container_volume.AzureContainerVolumeHook(azure_container_volume_conn_id: str = 'azure_container_volume_default')[source]

Bases: airflow.hooks.base.BaseHook

A hook which wraps an Azure Volume.

Parameters

azure_container_volume_conn_id (str) -- Reference to the Azure Container Volume connection id of an Azure account of which container volumes should be used.

conn_name_attr = azure_container_volume_conn_id[source]
default_conn_name = azure_container_volume_default[source]
conn_type = azure_container_volume[source]
hook_name = Azure Container Volume[source]
static get_connection_form_widgets()[source]

Returns connection widgets to add to connection form

static get_ui_field_behaviour()[source]

Returns custom field behaviour

get_storagekey(self)[source]

Get Azure File Volume storage key

get_file_volume(self, mount_name: str, share_name: str, storage_account_name: str, read_only: bool = False)[source]

Get Azure File Volume

Was this entry helpful?