airflow.providers.microsoft.azure.hooks.fileshare¶
类¶
与 Azure 文件共享存储交互。 |
模块内容¶
- class airflow.providers.microsoft.azure.hooks.fileshare.AzureFileShareHook(share_name=None, file_path=None, directory_path=None, azure_fileshare_conn_id='azure_fileshare_default')[source]¶
基类:
airflow.hooks.base.BaseHook
与 Azure 文件共享存储交互。
- 参数:
azure_fileshare_conn_id (str) – 引用要使用的 Azure 帐户的 Azure 文件共享连接 ID。
此条目有帮助吗?