airflow.providers.microsoft.azure.hooks.container_volume

模块内容

AzureContainerVolumeHook

一个包装 Azure 卷的 Hook。

class airflow.providers.microsoft.azure.hooks.container_volume.AzureContainerVolumeHook(azure_container_volume_conn_id='azure_container_volume_default')[源代码]

基类: airflow.hooks.base.BaseHook

一个包装 Azure 卷的 Hook。

参数

azure_container_volume_conn_id (str) – 引用一个应该使用容器卷的 Azure 帐户的 Azure 容器卷连接 ID

conn_name_attr = 'azure_container_volume_conn_id'[源代码]
default_conn_name = 'azure_container_volume_default'[源代码]
conn_type = 'azure_container_volume'[源代码]
hook_name = 'Azure 容器 卷'[源代码]
classmethod get_connection_form_widgets()[源代码]

返回要添加到连接表单的连接小部件。

classmethod get_ui_field_behaviour()[源代码]

返回自定义字段行为。

get_storagekey(*, storage_account_name=None)[源代码]

获取 Azure 文件卷存储密钥。

get_file_volume(mount_name, share_name, storage_account_name, read_only=False)[源代码]

获取 Azure 文件卷。

此条目是否对您有帮助?